#CA5FFB

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

Shades of Heliotrope #CA5FFB

Tints of Heliotrope #CA5FFB

Color information

#CA5FFB (or 0xCA5FFB) is unknown color: approx Heliotrope. HEX triplet: CA, 5F and FB. RGB value is (202,95,251). Sum of RGB (Red+Green+Blue) = 202+95+251=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFB is #35A004. Grayscale: #909090. Windows color (decimal): -3514373 or 16474058. OLE color: 16474058.

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

Color convert

RGB20295251-
CMYK0.200.6200.02
HSL281.15º95.12%67.84%-
HSV(B)281.15º62.15%98.43%-
XYZ45.8627.7194.2-
YUV144.78187.95168.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 95 (37.5% from 255) = 17.34%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=36.86%
G=17.34%
B=45.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202952510.200.6200.02281.1595.1267.84
HexCA5FFB143E021195f44
Octal312137373247602431137104
Binary110010101011111111110111010011111001010001100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FFB; }

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

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

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

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

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

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

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

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