#CA71FB

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

Shades of Heliotrope #CA71FB

Tints of Heliotrope #CA71FB

Color information

#CA71FB (or 0xCA71FB) is unknown color: approx Heliotrope. HEX triplet: CA, 71 and FB. RGB value is (202,113,251). Sum of RGB (Red+Green+Blue) = 202+113+251=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71FB is #358E04. Grayscale: #9A9A9A. Windows color (decimal): -3509765 or 16478666. OLE color: 16478666.

HSL color Cylindrical-coordinate representation of color #CA71FB: hue angle of 278.7º degrees, saturation: 0.95, 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 #CA71FB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202113251-
CMYK0.200.5500.02
HSL278.7º94.52%71.37%-
HSV(B)278.7º54.98%98.43%-
XYZ47.6731.3394.8-
YUV155.34181.99161.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 113 (44.53% from 255) = 19.96%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=35.69%
G=19.96%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021132510.200.5500.02278.794.5271.37
HexCA71FB1437021175f47
Octal312161373246702427137107
Binary110010101110001111110111010011011101010001011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71FB; }

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

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

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

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

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

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

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

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