Html Css Color HEX #C076EB Heliotrope

📋 copy color: '#C076EB'

red 192 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #C076EB

Tints of Heliotrope #C076EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 35.23%
G = 21.65%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C076EB (or 0xC076EB) is known color: Heliotrope. HEX triplet: C0, 76 and EB. RGB value is (192,118,235). Sum of RGB (Red+Green+Blue) = 192+118+235=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C076EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076EB is #3F8914. Grayscale: #999999. Windows color (decimal): -4163861 or 15431360. OLE color: 15431360.

HSL color Cylindrical-coordinate representation of color #C076EB: hue angle of 277.95º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C076EB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 118 235 -
CMYK 0.18 0.50 0 0.08
HSL 277.95º 0.75% 0.69% -
HSV(B) 277.95º 0.5% 0.92% -
XYZ 43.21 30.16 82.14 -
YUV 153.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 192 118 235 0.18 0.50 0 0.08 277.95 0.75 0.69
Hex C0 76 EB 12 32 0 8 116 4B 45
Octal 300 166 353 22 62 0 10 426 113 105
Binary 11000000 1110110 11101011 10010 110010 0 1000 100010110 1001011 1000101

Color Harmonies of #C076EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076EB

Black with #C076EB

Text Example


Text Example

White with #C076EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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