#CA62FD

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

Shades of Heliotrope #CA62FD

Tints of Heliotrope #CA62FD

Color information

#CA62FD (or 0xCA62FD) is unknown color: approx Heliotrope. HEX triplet: CA, 62 and FD. RGB value is (202,98,253). Sum of RGB (Red+Green+Blue) = 202+98+253=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA62FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62FD is #359D02. Grayscale: #929292. Windows color (decimal): -3513603 or 16605898. OLE color: 16605898.

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

Color convert

RGB20298253-
CMYK0.200.6100.01
HSL280.26º97.48%68.82%-
HSV(B)280.26º61.26%99.22%-
XYZ46.4528.3895.96-
YUV146.77187.96167.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=36.53%
G=17.72%
B=45.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202982530.200.6100.01280.2697.4868.82
HexCA62FD143D011186145
Octal312142375247501430141105
Binary11001010110001011111101101001111010110001100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62FD; }

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

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

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

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

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

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

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

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