#CA71E0

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

Shades of Orchid #CA71E0

Tints of Orchid #CA71E0

Color information

#CA71E0 (or 0xCA71E0) is unknown color: approx Orchid. HEX triplet: CA, 71 and E0. RGB value is (202,113,224). Sum of RGB (Red+Green+Blue) = 202+113+224=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA71E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71E0 is #358E1F. Grayscale: #979797. Windows color (decimal): -3509792 or 14709194. OLE color: 14709194.

HSL color Cylindrical-coordinate representation of color #CA71E0: hue angle of 288.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA71E0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202113224-
CMYK0.100.5000.12
HSL288.11º64.16%66.08%-
HSV(B)288.11º49.55%87.84%-
XYZ43.7229.7573.96-
YUV152.26168.49163.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=37.48%
G=20.96%
B=41.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021132240.100.5000.12288.1164.1666.08
HexCA71E0A320C1204042
Octal3121613401262014440100102
Binary1100101011100011110000010101100100110010010000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71E0; }

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

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

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

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

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

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

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

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