#CA78F9

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

Shades of Heliotrope #CA78F9

Tints of Heliotrope #CA78F9

Color information

#CA78F9 (or 0xCA78F9) is unknown color: approx Heliotrope. HEX triplet: CA, 78 and F9. RGB value is (202,120,249). Sum of RGB (Red+Green+Blue) = 202+120+249=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA78F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78F9 is #358706. Grayscale: #9E9E9E. Windows color (decimal): -3507975 or 16349386. OLE color: 16349386.

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

Color convert

RGB202120249-
CMYK0.190.5200.02
HSL278.14º91.49%72.35%-
HSV(B)278.14º51.81%97.65%-
XYZ48.1732.8393.42-
YUV159.22178.67158.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 120 (47.27% from 255) = 21.02%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=35.38%
G=21.02%
B=43.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021202490.190.5200.02278.1491.4972.35
HexCA78F91334021165b48
Octal312170371236402426133110
Binary110010101111000111110011001111010001010001011010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78F9; }

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

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

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

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

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

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

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

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