#CA71DC

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

Shades of Orchid #CA71DC

Tints of Orchid #CA71DC

Color information

#CA71DC (or 0xCA71DC) is unknown color: approx Orchid. HEX triplet: CA, 71 and DC. RGB value is (202,113,220). Sum of RGB (Red+Green+Blue) = 202+113+220=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DC is #358E23. Grayscale: #979797. Windows color (decimal): -3509796 or 14447050. OLE color: 14447050.

HSL color Cylindrical-coordinate representation of color #CA71DC: hue angle of 289.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA71DC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202113220-
CMYK0.080.4900.14
HSL289.91º60.45%65.29%-
HSV(B)289.91º48.64%86.27%-
XYZ43.1829.5371.13-
YUV151.81166.49163.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=37.76%
G=21.12%
B=41.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021132200.080.4900.14289.9160.4565.29
HexCA71DC8310E1223c41
Octal312161334106101644274101
Binary110010101110001110111001000110001011101001000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71DC; }

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

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

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

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

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

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

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

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