Html Css Color HEX #C078ED Heliotrope

📋 copy color: '#C078ED'

red 192 ◦ green 120 ◦ blue 237

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

Shades of Heliotrope #C078ED

Tints of Heliotrope #C078ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 34.97%
G = 21.86%
B = 43.17%

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

#C078ED (or 0xC078ED) is known color: Heliotrope. HEX triplet: C0, 78 and ED. RGB value is (192,120,237). Sum of RGB (Red+Green+Blue) = 192+120+237=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C078ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078ED is #3F8712. Grayscale: #9A9A9A. Windows color (decimal): -4163347 or 15562944. OLE color: 15562944.

HSL color Cylindrical-coordinate representation of color #C078ED: hue angle of 276.92º degrees, saturation: 0.76, 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 #C078ED is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 120 237 -
CMYK 0.19 0.49 0 0.07
HSL 276.92º 0.76% 0.7% -
HSV(B) 276.92º 0.49% 0.93% -
XYZ 43.74 30.75 83.75 -
YUV 154.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 192 120 237 0.19 0.49 0 0.07 276.92 0.76 0.7
Hex C0 78 ED 13 31 0 7 115 4C 46
Octal 300 170 355 23 61 0 7 425 114 106
Binary 11000000 1111000 11101101 10011 110001 0 111 100010101 1001100 1000110

Color Harmonies of #C078ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078ED

Black with #C078ED

Text Example


Text Example

White with #C078ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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