#CA78FB

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

Shades of Heliotrope #CA78FB

Tints of Heliotrope #CA78FB

Color information

#CA78FB (or 0xCA78FB) is unknown color: approx Heliotrope. HEX triplet: CA, 78 and FB. RGB value is (202,120,251). Sum of RGB (Red+Green+Blue) = 202+120+251=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA78FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78FB is #358704. Grayscale: #9F9F9F. Windows color (decimal): -3507973 or 16480458. OLE color: 16480458.

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

Color convert

RGB202120251-
CMYK0.200.5200.02
HSL277.56º94.24%72.75%-
HSV(B)277.56º52.19%98.43%-
XYZ48.4932.9595.07-
YUV159.45179.67158.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 120 (47.27% from 255) = 20.94%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=35.25%
G=20.94%
B=43.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021202510.200.5200.02277.5694.2472.75
HexCA78FB1434021165e49
Octal312170373246402426136111
Binary110010101111000111110111010011010001010001011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78FB; }

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

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

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

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

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

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

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

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