#CB66CD

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

Shades of Orchid #CB66CD

Tints of Orchid #CB66CD

Color information

#CB66CD (or 0xCB66CD) is unknown color: approx Orchid. HEX triplet: CB, 66 and CD. RGB value is (203,102,205). Sum of RGB (Red+Green+Blue) = 203+102+205=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB66CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66CD is #349932. Grayscale: #8F8F8F. Windows color (decimal): -3447091 or 13461195. OLE color: 13461195.

HSL color Cylindrical-coordinate representation of color #CB66CD: hue angle of 298.83º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66CD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203102205-
CMYK0.010.5000.20
HSL298.83º50.74%60.2%-
HSV(B)298.83º50.24%80.39%-
XYZ40.426.6160.76-
YUV143.94162.46170.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=39.80%
G=20%
B=40.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031022050.010.5000.20298.8350.7460.2
HexCB66CD13201412b333c
Octal3131463151620244536374
Binary110010111100110110011011110010010100100101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66CD; }

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

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

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

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

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

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

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

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