#CA51FB

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

Shades of Heliotrope #CA51FB

Tints of Heliotrope #CA51FB

Color information

#CA51FB (or 0xCA51FB) is unknown color: approx Heliotrope. HEX triplet: CA, 51 and FB. RGB value is (202,81,251). Sum of RGB (Red+Green+Blue) = 202+81+251=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA51FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51FB is #35AE04. Grayscale: #888888. Windows color (decimal): -3517957 or 16470474. OLE color: 16470474.

HSL color Cylindrical-coordinate representation of color #CA51FB: hue angle of 282.71º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA51FB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20281251-
CMYK0.200.6800.02
HSL282.71º95.51%65.1%-
HSV(B)282.71º67.73%98.43%-
XYZ44.7125.4193.81-
YUV136.56192.59174.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 81 (32.03% from 255) = 15.17%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=37.83%
G=15.17%
B=47.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202812510.200.6800.02282.7195.5165.1
HexCA51FB14440211b6041
Octal3121213732410402433140101
Binary1100101010100011111101110100100010001010001101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51FB; }

 p { color: rgb(202,81,251); }

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

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

 a { background-color: rgb(202,81,251); }

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

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

 span { border-color: rgb(202,81,251); }

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