#C26CCF

Color #C26CCF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C26CCF

Tints of Medium Orchid #C26CCF

Color information

#C26CCF (or 0xC26CCF) is unknown color: approx Medium Orchid. HEX triplet: C2, 6C and CF. RGB value is (194,108,207). Sum of RGB (Red+Green+Blue) = 194+108+207=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCF is #3D9330. Grayscale: #909090. Windows color (decimal): -4035377 or 13593794. OLE color: 13593794.

HSL color Cylindrical-coordinate representation of color #C26CCF: hue angle of 292.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26CCF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194108207-
CMYK0.060.4800.19
HSL292.12º50.77%61.76%-
HSV(B)292.12º47.83%81.18%-
XYZ38.8726.762.14-
YUV145162.99162.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=38.11%
G=21.22%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941082070.060.4800.19292.1250.7761.76
HexC26CCF630013124333e
Octal3021543176600234446376
Binary11000010110110011001111110110000010011100100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CCF; }

 p { color: rgb(194,108,207); }

 H1.HeaderClassName
 {
   color: #C26CCF;
 }
 .AnyTagClassName
 {
   color: #C26CCF;
 }
</style>
background-color css

<style>
 a { background-color: #C26CCF; }

 a { background-color: rgb(194,108,207); }

 div.DivClassName
 {
   background-color: #C26CCF;
 }
 .BgClassName
 {
   background-color: #C26CCF;
 }
</style>
border-color css

<style>
 span { border-color: #C26CCF; }

 span { border-color: rgb(194,108,207); }

 td.TdClassName
 {
   border-color: #C26CCF;
 }
 .TagClassName
 {
   border-color: #C26CCF;
 }
</style>