#C66FCB

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

Shades of Orchid #C66FCB

Tints of Orchid #C66FCB

Color information

#C66FCB (or 0xC66FCB) is unknown color: approx Orchid. HEX triplet: C6, 6F and CB. RGB value is (198,111,203). Sum of RGB (Red+Green+Blue) = 198+111+203=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCB is #399034. Grayscale: #939393. Windows color (decimal): -3772469 or 13332422. OLE color: 13332422.

HSL color Cylindrical-coordinate representation of color #C66FCB: hue angle of 296.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66FCB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198111203-
CMYK0.020.4500.20
HSL296.74º46.94%61.57%-
HSV(B)296.74º45.32%79.61%-
XYZ39.7527.6959.75-
YUV147.5159.32164.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=38.67%
G=21.68%
B=39.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981112030.020.4500.20296.7446.9461.57
HexC66FCB22D0141292f3e
Octal3061573132550244515776
Binary1100011011011111100101110101101010100100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FCB; }

 p { color: rgb(198,111,203); }

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

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

 a { background-color: rgb(198,111,203); }

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

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

 span { border-color: rgb(198,111,203); }

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