#CB66CA

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

Shades of Orchid #CB66CA

Tints of Orchid #CB66CA

Color information

#CB66CA (or 0xCB66CA) is unknown color: approx Orchid. HEX triplet: CB, 66 and CA. RGB value is (203,102,202). Sum of RGB (Red+Green+Blue) = 203+102+202=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66CA is #349935. Grayscale: #8F8F8F. Windows color (decimal): -3447094 or 13264587. OLE color: 13264587.

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

Color convert

RGB203102202-
CMYK00.500.000.20
HSL300.59º49.27%59.8%-
HSV(B)300.59º49.75%79.61%-
XYZ40.0426.4658.87-
YUV143.6160.96170.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 20.12%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=40.04%
G=20.12%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310220200.500.000.20300.5949.2759.8
HexCB66CA03201412d313c
Octal3131463120620244556174
Binary110010111100110110010100110010010100100101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66CA; }

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

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

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

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

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

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

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

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