#CA56FD

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

Shades of Heliotrope #CA56FD

Tints of Heliotrope #CA56FD

Color information

#CA56FD (or 0xCA56FD) is unknown color: approx Heliotrope. HEX triplet: CA, 56 and FD. RGB value is (202,86,253). Sum of RGB (Red+Green+Blue) = 202+86+253=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 86 (33.98% from 255 or 15.90% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA56FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56FD is #35A902. Grayscale: #8B8B8B. Windows color (decimal): -3516675 or 16602826. OLE color: 16602826.

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

Color convert

RGB20286253-
CMYK0.200.6600.01
HSL281.68º97.66%66.47%-
HSV(B)281.68º66.01%99.22%-
XYZ45.4126.395.61-
YUV139.72191.93172.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 86 (33.98% from 255) = 15.90%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=37.34%
G=15.90%
B=46.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202862530.200.6600.01281.6897.6666.47
HexCA56FD14420111a6242
Octal3121263752410201432142102
Binary110010101010110111111011010010000100110001101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56FD; }

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

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

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

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

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

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

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

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