Html Css Color HEX #C077EB Heliotrope

📋 copy color: '#C077EB'

red 192 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #C077EB

Tints of Heliotrope #C077EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.79%

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

R = 35.16%
G = 21.79%
B = 43.04%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C077EB (or 0xC077EB) is known color: Heliotrope. HEX triplet: C0, 77 and EB. RGB value is (192,119,235). Sum of RGB (Red+Green+Blue) = 192+119+235=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #C077EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077EB is #3F8814. Grayscale: #999999. Windows color (decimal): -4163605 or 15431616. OLE color: 15431616.

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

Color convert

RGB 192 119 235 -
CMYK 0.18 0.49 0 0.08
HSL 277.76º 0.74% 0.69% -
HSV(B) 277.76º 0.49% 0.92% -
XYZ 43.33 30.4 82.18 -
YUV 154.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 192 119 235 0.18 0.49 0 0.08 277.76 0.74 0.69
Hex C0 77 EB 12 31 0 8 116 4A 45
Octal 300 167 353 22 61 0 10 426 112 105
Binary 11000000 1110111 11101011 10010 110001 0 1000 100010110 1001010 1000101

Color Harmonies of #C077EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077EB

Black with #C077EB

Text Example


Text Example

White with #C077EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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