#CA72FD

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

Shades of Heliotrope #CA72FD

Tints of Heliotrope #CA72FD

Color information

#CA72FD (or 0xCA72FD) is unknown color: approx Heliotrope. HEX triplet: CA, 72 and FD. RGB value is (202,114,253). Sum of RGB (Red+Green+Blue) = 202+114+253=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA72FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72FD is #358D02. Grayscale: #9B9B9B. Windows color (decimal): -3509507 or 16609994. OLE color: 16609994.

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

Color convert

RGB202114253-
CMYK0.200.5500.01
HSL277.99º97.2%71.96%-
HSV(B)277.99º54.94%99.22%-
XYZ48.131.6896.51-
YUV156.16182.65160.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 114 (44.92% from 255) = 20.04%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=35.50%
G=20.04%
B=44.46%

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
Decimal2021142530.200.5500.01277.9997.271.96
HexCA72FD1437011166148
Octal312162375246701426141110
Binary11001010111001011111101101001101110110001011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72FD; }

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

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

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

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

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

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

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

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