Html Css Color HEX #C079EA Heliotrope

📋 copy color: '#C079EA'

red 192 ◦ green 121 ◦ blue 234

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

Shades of Heliotrope #C079EA

Tints of Heliotrope #C079EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.12%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 35.1%
G = 22.12%
B = 42.78%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C079EA (or 0xC079EA) is known color: Heliotrope. HEX triplet: C0, 79 and EA. RGB value is (192,121,234). Sum of RGB (Red+Green+Blue) = 192+121+234=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C079EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079EA is #3F8615. Grayscale: #9A9A9A. Windows color (decimal): -4163094 or 15366592. OLE color: 15366592.

HSL color Cylindrical-coordinate representation of color #C079EA: hue angle of 277.7º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C079EA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 121 234 -
CMYK 0.18 0.48 0 0.08
HSL 277.7º 0.73% 0.7% -
HSV(B) 277.7º 0.48% 0.92% -
XYZ 43.43 30.82 81.5 -
YUV 155.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 192 121 234 0.18 0.48 0 0.08 277.7 0.73 0.7
Hex C0 79 EA 12 30 0 8 116 49 46
Octal 300 171 352 22 60 0 10 426 111 106
Binary 11000000 1111001 11101010 10010 110000 0 1000 100010110 1001001 1000110

Color Harmonies of #C079EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079EA

Black with #C079EA

Text Example


Text Example

White with #C079EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079EA; }

 p { color: rgb(192,121,234); }

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

background-color css

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

 a { background-color: rgb(192,121,234); }

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

border-color css

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

 span { border-color: rgb(192,121,234); }

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