#CA71DD

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

Shades of Orchid #CA71DD

Tints of Orchid #CA71DD

Color information

#CA71DD (or 0xCA71DD) is unknown color: approx Orchid. HEX triplet: CA, 71 and DD. RGB value is (202,113,221). Sum of RGB (Red+Green+Blue) = 202+113+221=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DD is #358E22. Grayscale: #979797. Windows color (decimal): -3509795 or 14512586. OLE color: 14512586.

HSL color Cylindrical-coordinate representation of color #CA71DD: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA71DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202113221-
CMYK0.090.4900.13
HSL289.44º61.36%65.49%-
HSV(B)289.44º48.87%86.67%-
XYZ43.3129.5971.83-
YUV151.92166.99163.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=37.69%
G=21.08%
B=41.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021132210.090.4900.13289.4461.3665.49
HexCA71DD9310D1213d41
Octal312161335116101544175101
Binary110010101110001110111011001110001011011001000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71DD; }

 p { color: rgb(202,113,221); }

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

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

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

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

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

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

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