#CA85CB

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

Shades of Orchid #CA85CB

Tints of Orchid #CA85CB

Color information

#CA85CB (or 0xCA85CB) is unknown color: approx Orchid. HEX triplet: CA, 85 and CB. RGB value is (202,133,203). Sum of RGB (Red+Green+Blue) = 202+133+203=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CB is #357A34. Grayscale: #A1A1A1. Windows color (decimal): -3504693 or 13338058. OLE color: 13338058.

HSL color Cylindrical-coordinate representation of color #CA85CB: hue angle of 299.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85CB is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202133203-
CMYK0.000.3400.20
HSL299.14º40.23%65.88%-
HSV(B)299.14º34.48%79.61%-
XYZ43.5233.6460.7-
YUV161.61151.36156.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=37.55%
G=24.72%
B=37.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021332030.000.3400.20299.1440.2365.88
HexCA85CB02201412b2842
Octal31220531304202445350102
Binary11001010100001011100101101000100101001001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85CB; }

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

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

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

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

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

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

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

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