#CA72FE

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

Shades of Heliotrope #CA72FE

Tints of Heliotrope #CA72FE

Color information

#CA72FE (or 0xCA72FE) is unknown color: approx Heliotrope. HEX triplet: CA, 72 and FE. RGB value is (202,114,254). Sum of RGB (Red+Green+Blue) = 202+114+254=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72FE is #358D01. Grayscale: #9B9B9B. Windows color (decimal): -3509506 or 16675530. OLE color: 16675530.

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

Color convert

RGB202114254-
CMYK0.200.5500.00
HSL277.71º98.59%72.16%-
HSV(B)277.71º55.12%99.61%-
XYZ48.2631.7597.35-
YUV156.27183.15160.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=35.44%
G=20%
B=44.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021142540.200.5500.00277.7198.5972.16
HexCA72FE1437001166348
Octal312162376246700426143110
Binary11001010111001011111110101001101110010001011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72FE; }

 p { color: rgb(202,114,254); }

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

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

 a { background-color: rgb(202,114,254); }

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

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

 span { border-color: rgb(202,114,254); }

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