#CA71F9

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

Shades of Heliotrope #CA71F9

Tints of Heliotrope #CA71F9

Color information

#CA71F9 (or 0xCA71F9) is unknown color: approx Heliotrope. HEX triplet: CA, 71 and F9. RGB value is (202,113,249). Sum of RGB (Red+Green+Blue) = 202+113+249=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71F9 is #358E06. Grayscale: #9A9A9A. Windows color (decimal): -3509767 or 16347594. OLE color: 16347594.

HSL color Cylindrical-coordinate representation of color #CA71F9: hue angle of 279.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA71F9 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202113249-
CMYK0.190.5500.02
HSL279.26º91.89%70.98%-
HSV(B)279.26º54.62%97.65%-
XYZ47.3631.2193.15-
YUV155.12180.99161.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 113 (44.53% from 255) = 20.04%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=35.82%
G=20.04%
B=44.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021132490.190.5500.02279.2691.8970.98
HexCA71F91337021175c47
Octal312161371236702427134107
Binary110010101110001111110011001111011101010001011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71F9; }

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

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

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

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

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

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

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

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