#CB66CC

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

Shades of Orchid #CB66CC

Tints of Orchid #CB66CC

Color information

#CB66CC (or 0xCB66CC) is unknown color: approx Orchid. HEX triplet: CB, 66 and CC. RGB value is (203,102,204). Sum of RGB (Red+Green+Blue) = 203+102+204=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66CC is #349933. Grayscale: #8F8F8F. Windows color (decimal): -3447092 or 13395659. OLE color: 13395659.

HSL color Cylindrical-coordinate representation of color #CB66CC: hue angle of 299.41º degrees, saturation: 0.5, 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 #CB66CC is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203102204-
CMYK0.000.500.2
HSL299.41º50%60%-
HSV(B)299.41º50%80%-
XYZ40.2826.5660.13-
YUV143.83161.96170.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=39.88%
G=20.04%
B=40.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031022040.000.500.2299.415060
HexCB66CC03201412b323c
Octal3131463140620244536274
Binary110010111100110110011000110010010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66CC; }

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

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

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

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

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

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

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

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