#CB66D1

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

Shades of Orchid #CB66D1

Tints of Orchid #CB66D1

Color information

#CB66D1 (or 0xCB66D1) is unknown color: approx Orchid. HEX triplet: CB, 66 and D1. RGB value is (203,102,209). Sum of RGB (Red+Green+Blue) = 203+102+209=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66D1 is #34992E. Grayscale: #909090. Windows color (decimal): -3447087 or 13723339. OLE color: 13723339.

HSL color Cylindrical-coordinate representation of color #CB66D1: hue angle of 296.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB66D1 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203102209-
CMYK0.030.5100.18
HSL296.64º53.77%60.98%-
HSV(B)296.64º51.2%81.96%-
XYZ40.8926.863.34-
YUV144.4164.46169.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 102 (40.23% from 255) = 19.84%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=39.49%
G=19.84%
B=40.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031022090.030.5100.18296.6453.7760.98
HexCB66D1333012129363d
Octal3131463213630224516675
Binary1100101111001101101000111110011010010100101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66D1; }

 p { color: rgb(203,102,209); }

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

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

 a { background-color: rgb(203,102,209); }

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

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

 span { border-color: rgb(203,102,209); }

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