Html Css Color HEX #C076EF Heliotrope

📋 copy color: '#C076EF'

red 192 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #C076EF

Tints of Heliotrope #C076EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 34.97%
G = 21.49%
B = 43.53%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C076EF (or 0xC076EF) is known color: Heliotrope. HEX triplet: C0, 76 and EF. RGB value is (192,118,239). Sum of RGB (Red+Green+Blue) = 192+118+239=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C076EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076EF is #3F8910. Grayscale: #999999. Windows color (decimal): -4163857 or 15693504. OLE color: 15693504.

HSL color Cylindrical-coordinate representation of color #C076EF: hue angle of 276.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C076EF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 118 239 -
CMYK 0.20 0.51 0 0.06
HSL 276.69º 0.79% 0.7% -
HSV(B) 276.69º 0.51% 0.94% -
XYZ 43.8 30.4 85.22 -
YUV 153.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 192 118 239 0.20 0.51 0 0.06 276.69 0.79 0.7
Hex C0 76 EF 14 33 0 6 115 4F 46
Octal 300 166 357 24 63 0 6 425 117 106
Binary 11000000 1110110 11101111 10100 110011 0 110 100010101 1001111 1000110

Color Harmonies of #C076EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076EF

Black with #C076EF

Text Example


Text Example

White with #C076EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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