#CA64FD

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

Shades of Heliotrope #CA64FD

Tints of Heliotrope #CA64FD

Color information

#CA64FD (or 0xCA64FD) is unknown color: approx Heliotrope. HEX triplet: CA, 64 and FD. RGB value is (202,100,253). Sum of RGB (Red+Green+Blue) = 202+100+253=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA64FD is #359B02. Grayscale: #939393. Windows color (decimal): -3513091 or 16606410. OLE color: 16606410.

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

Color convert

RGB202100253-
CMYK0.200.6000.01
HSL280º97.45%69.22%-
HSV(B)280º60.47%99.22%-
XYZ46.6428.7696.02-
YUV147.94187.29166.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 100 (39.45% from 255) = 18.02%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=36.40%
G=18.02%
B=45.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021002530.200.6000.0128097.4569.22
HexCA64FD143C011186145
Octal312144375247401430141105
Binary11001010110010011111101101001111000110001100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64FD; }

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

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

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

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

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

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

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

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