#CA4DFC

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

Shades of Heliotrope #CA4DFC

Tints of Heliotrope #CA4DFC

Color information

#CA4DFC (or 0xCA4DFC) is unknown color: approx Heliotrope. HEX triplet: CA, 4D and FC. RGB value is (202,77,252). Sum of RGB (Red+Green+Blue) = 202+77+252=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DFC is #35B203. Grayscale: #858585. Windows color (decimal): -3518980 or 16534986. OLE color: 16534986.

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

Color convert

RGB20277252-
CMYK0.200.6900.01
HSL282.86º96.69%64.51%-
HSV(B)282.86º69.44%98.82%-
XYZ44.5824.8994.55-
YUV134.32194.41176.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 77 (30.47% from 255) = 14.50%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=38.04%
G=14.50%
B=47.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202772520.200.6900.01282.8696.6964.51
HexCA4DFC14450111b6141
Octal3121153742410501433141101
Binary110010101001101111111001010010001010110001101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DFC; }

 p { color: rgb(202,77,252); }

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

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

 a { background-color: rgb(202,77,252); }

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

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

 span { border-color: rgb(202,77,252); }

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