#CA71FC

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

Shades of Heliotrope #CA71FC

Tints of Heliotrope #CA71FC

Color information

#CA71FC (or 0xCA71FC) is unknown color: approx Heliotrope. HEX triplet: CA, 71 and FC. RGB value is (202,113,252). Sum of RGB (Red+Green+Blue) = 202+113+252=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA71FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71FC is #358E03. Grayscale: #9A9A9A. Windows color (decimal): -3509764 or 16544202. OLE color: 16544202.

HSL color Cylindrical-coordinate representation of color #CA71FC: hue angle of 278.42º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA71FC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202113252-
CMYK0.200.5500.01
HSL278.42º95.86%71.57%-
HSV(B)278.42º55.16%98.82%-
XYZ47.8331.495.63-
YUV155.46182.49161.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=35.63%
G=19.93%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021132520.200.5500.01278.4295.8671.57
HexCA71FC1437011166048
Octal312161374246701426140110
Binary11001010111000111111100101001101110110001011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71FC; }

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

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

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

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

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

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

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

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