#CA78F3

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

Shades of Heliotrope #CA78F3

Tints of Heliotrope #CA78F3

Color information

#CA78F3 (or 0xCA78F3) is unknown color: approx Heliotrope. HEX triplet: CA, 78 and F3. RGB value is (202,120,243). Sum of RGB (Red+Green+Blue) = 202+120+243=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA78F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78F3 is #35870C. Grayscale: #9E9E9E. Windows color (decimal): -3507981 or 15956170. OLE color: 15956170.

HSL color Cylindrical-coordinate representation of color #CA78F3: hue angle of 280º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA78F3 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202120243-
CMYK0.170.5100.05
HSL280º83.67%71.18%-
HSV(B)280º50.62%95.29%-
XYZ47.2532.4688.57-
YUV158.54175.67159-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 120 (47.27% from 255) = 21.24%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=35.75%
G=21.24%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021202430.170.5100.0528083.6771.18
HexCA78F31133051185447
Octal312170363216305430124107
Binary1100101011110001111001110001110011010110001100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78F3; }

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

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

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

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

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

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

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

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