#CA78FF

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

Shades of Heliotrope #CA78FF

Tints of Heliotrope #CA78FF

Color information

#CA78FF (or 0xCA78FF) is unknown color: approx Heliotrope. HEX triplet: CA, 78 and FF. RGB value is (202,120,255). Sum of RGB (Red+Green+Blue) = 202+120+255=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78FF is #358700. Grayscale: #9F9F9F. Windows color (decimal): -3507969 or 16742602. OLE color: 16742602.

HSL color Cylindrical-coordinate representation of color #CA78FF: hue angle of 276.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA78FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202120255-
CMYK0.210.5300
HSL276.44º100%73.53%-
HSV(B)276.44º52.94%100%-
XYZ49.1233.2198.43-
YUV159.91181.67158.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 120 (47.27% from 255) = 20.80%
BLUE value IS 255 (100% from 255) = 44.19%
R=35.01%
G=20.80%
B=44.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021202550.210.5300276.4410073.53
HexCA78FF153500114644a
Octal312170377256500424144112
Binary11001010111100011111111101011101010010001010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78FF; }

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

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

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

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

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

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

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

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