#C078FF

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

Shades of Heliotrope #C078FF

Tints of Heliotrope #C078FF

Color information

#C078FF (or 0xC078FF) is unknown color: approx Heliotrope. HEX triplet: C0, 78 and FF. RGB value is (192,120,255). Sum of RGB (Red+Green+Blue) = 192+120+255=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C078FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FF is #3F8700. Grayscale: #9C9C9C. Windows color (decimal): -4163329 or 16742592. OLE color: 16742592.

HSL color Cylindrical-coordinate representation of color #C078FF: hue angle of 272º 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 #C078FF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192120255-
CMYK0.250.5300
HSL272º100%73.53%-
HSV(B)272º52.94%100%-
XYZ46.531.8698.31-
YUV156.92183.35153.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 255 (100% from 255) = 44.97%
R=33.86%
G=21.16%
B=44.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921202550.250.530027210073.53
HexC078FF193500110644a
Octal300170377316500420144112
Binary11000000111100011111111110011101010010001000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078FF; }

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

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

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

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

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

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

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

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