#CA81CA

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

Shades of Orchid #CA81CA

Tints of Orchid #CA81CA

Color information

#CA81CA (or 0xCA81CA) is unknown color: approx Orchid. HEX triplet: CA, 81 and CA. RGB value is (202,129,202). Sum of RGB (Red+Green+Blue) = 202+129+202=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CA is #357E35. Grayscale: #9E9E9E. Windows color (decimal): -3505718 or 13271498. OLE color: 13271498.

HSL color Cylindrical-coordinate representation of color #CA81CA: hue angle of 300º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81CA is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202129202-
CMYK00.3600.21
HSL300º40.78%64.9%-
HSV(B)300º36.14%79.22%-
XYZ42.8732.5259.89-
YUV159.15152.18158.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=37.90%
G=24.20%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212920200.3600.2130040.7864.9
HexCA81CA02401512c2941
Octal31220131204402545451101
Binary11001010100000011100101001001000101011001011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81CA; }

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

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

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

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

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

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

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

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