#C66CCB

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

Shades of Orchid #C66CCB

Tints of Orchid #C66CCB

Color information

#C66CCB (or 0xC66CCB) is unknown color: approx Orchid. HEX triplet: C6, 6C and CB. RGB value is (198,108,203). Sum of RGB (Red+Green+Blue) = 198+108+203=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCB is #399334. Grayscale: #919191. Windows color (decimal): -3773237 or 13331654. OLE color: 13331654.

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

Color convert

RGB198108203-
CMYK0.020.4700.20
HSL296.84º47.74%60.98%-
HSV(B)296.84º46.8%79.61%-
XYZ39.4327.0459.64-
YUV145.74160.32165.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=38.90%
G=21.22%
B=39.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981082030.020.4700.20296.8447.7460.98
HexC66CCB22F014129303d
Octal3061543132570244516075
Binary1100011011011001100101110101111010100100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66CCB; }

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

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

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

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

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

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

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

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