#CA81CB

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

Shades of Orchid #CA81CB

Tints of Orchid #CA81CB

Color information

#CA81CB (or 0xCA81CB) is unknown color: approx Orchid. HEX triplet: CA, 81 and CB. RGB value is (202,129,203). Sum of RGB (Red+Green+Blue) = 202+129+203=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CB is #357E34. Grayscale: #9F9F9F. Windows color (decimal): -3505717 or 13337034. OLE color: 13337034.

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

Color convert

RGB202129203-
CMYK0.000.3600.20
HSL299.19º41.57%65.1%-
HSV(B)299.19º36.45%79.61%-
XYZ42.9932.5760.52-
YUV159.26152.68158.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=37.83%
G=24.16%
B=38.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021292030.000.3600.20299.1941.5765.1
HexCA81CB02401412b2a41
Octal31220131304402445352101
Binary11001010100000011100101101001000101001001010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81CB; }

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

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

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

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

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

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

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

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