Html Css Color HEX #C078EC Heliotrope

📋 copy color: '#C078EC'

red 192 ◦ green 120 ◦ blue 236

#C078EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C078EC

Tints of Heliotrope #C078EC

RGB

 RED value IS 192 (75.39% from 255) = 35.04%

 GREEN value IS 120 (47.27% from 255) = 21.9%

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 35.04%
G = 21.9%
B = 43.07%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C078EC (or 0xC078EC) is known color: Heliotrope. HEX triplet: C0, 78 and EC. RGB value is (192,120,236). Sum of RGB (Red+Green+Blue) = 192+120+236=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #C078EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078EC is #3F8713. Grayscale: #9A9A9A. Windows color (decimal): -4163348 or 15497408. OLE color: 15497408.

HSL color Cylindrical-coordinate representation of color #C078EC: hue angle of 277.24º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C078EC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 120 236 -
CMYK 0.19 0.49 0 0.07
HSL 277.24º 0.75% 0.7% -
HSV(B) 277.24º 0.49% 0.93% -
XYZ 43.6 30.7 82.98 -
YUV 154.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 192 120 236 0.19 0.49 0 0.07 277.24 0.75 0.7
Hex C0 78 EC 13 31 0 7 115 4B 46
Octal 300 170 354 23 61 0 7 425 113 106
Binary 11000000 1111000 11101100 10011 110001 0 111 100010101 1001011 1000110

Color Harmonies of #C078EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078EC

Black with #C078EC

Text Example


Text Example

White with #C078EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078EC; }

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

 H1.HeaderClassName
 {
   color: #C078EC;
 }
 .AnyTagClassName
 {
   color: #C078EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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