Html Css Color HEX #C076EC Heliotrope

📋 copy color: '#C076EC'

red 192 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #C076EC

Tints of Heliotrope #C076EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

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

R = 35.16%
G = 21.61%
B = 43.22%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C076EC (or 0xC076EC) is known color: Heliotrope. HEX triplet: C0, 76 and EC. RGB value is (192,118,236). Sum of RGB (Red+Green+Blue) = 192+118+236=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C076EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076EC is #3F8913. Grayscale: #999999. Windows color (decimal): -4163860 or 15496896. OLE color: 15496896.

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

Color convert

RGB 192 118 236 -
CMYK 0.19 0.5 0 0.07
HSL 277.63º 0.76% 0.69% -
HSV(B) 277.63º 0.5% 0.93% -
XYZ 43.36 30.22 82.9 -
YUV 153.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 192 118 236 0.19 0.5 0 0.07 277.63 0.76 0.69
Hex C0 76 EC 13 32 0 7 116 4C 45
Octal 300 166 354 23 62 0 7 426 114 105
Binary 11000000 1110110 11101100 10011 110010 0 111 100010110 1001100 1000101

Color Harmonies of #C076EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076EC

Black with #C076EC

Text Example


Text Example

White with #C076EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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