#CA81C9

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

Shades of Orchid #CA81C9

Tints of Orchid #CA81C9

Color information

#CA81C9 (or 0xCA81C9) is unknown color: approx Orchid. HEX triplet: CA, 81 and C9. RGB value is (202,129,201). Sum of RGB (Red+Green+Blue) = 202+129+201=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C9 is #357E36. Grayscale: #9E9E9E. Windows color (decimal): -3505719 or 13205962. OLE color: 13205962.

HSL color Cylindrical-coordinate representation of color #CA81C9: hue angle of 300.82º 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 #CA81C9 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202129201-
CMYK00.360.000.21
HSL300.82º40.78%64.9%-
HSV(B)300.82º36.14%79.22%-
XYZ42.7532.4759.27-
YUV159.03151.68158.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=37.97%
G=24.25%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212920100.360.000.21300.8240.7864.9
HexCA81C902401512d2941
Octal31220131104402545551101
Binary11001010100000011100100101001000101011001011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81C9; }

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

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

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

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

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

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

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

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