#CA72FA

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

Shades of Heliotrope #CA72FA

Tints of Heliotrope #CA72FA

Color information

#CA72FA (or 0xCA72FA) is unknown color: approx Heliotrope. HEX triplet: CA, 72 and FA. RGB value is (202,114,250). Sum of RGB (Red+Green+Blue) = 202+114+250=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72FA is #358D05. Grayscale: #9B9B9B. Windows color (decimal): -3509510 or 16413386. OLE color: 16413386.

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

Color convert

RGB202114250-
CMYK0.190.5400.02
HSL278.82º93.15%71.37%-
HSV(B)278.82º54.4%98.04%-
XYZ47.6331.4994.01-
YUV155.82181.15160.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 114 (44.92% from 255) = 20.14%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=35.69%
G=20.14%
B=44.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021142500.190.5400.02278.8293.1571.37
HexCA72FA1336021175d47
Octal312162372236602427135107
Binary110010101110010111110101001111011001010001011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72FA; }

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

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

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

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

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

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

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

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