#CA81D9

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

Shades of Orchid #CA81D9

Tints of Orchid #CA81D9

Color information

#CA81D9 (or 0xCA81D9) is unknown color: approx Orchid. HEX triplet: CA, 81 and D9. RGB value is (202,129,217). Sum of RGB (Red+Green+Blue) = 202+129+217=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81D9 is #357E26. Grayscale: #A0A0A0. Windows color (decimal): -3505703 or 14254538. OLE color: 14254538.

HSL color Cylindrical-coordinate representation of color #CA81D9: hue angle of 289.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA81D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202129217-
CMYK0.070.4100.15
HSL289.77º53.66%67.84%-
HSV(B)289.77º40.55%85.1%-
XYZ44.7333.2769.71-
YUV160.86159.68157.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=36.86%
G=23.54%
B=39.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021292170.070.4100.15289.7753.6667.84
HexCA81D97290F1223644
Octal31220133175101744266104
Binary110010101000000111011001111101001011111001000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81D9; }

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

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

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

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

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

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

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

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