Html Css Color HEX #C076E7 Heliotrope

📋 copy color: '#C076E7'

red 192 ◦ green 118 ◦ blue 231

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

Shades of Heliotrope #C076E7

Tints of Heliotrope #C076E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.7%

R = 35.49%
G = 21.81%
B = 42.7%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C076E7 (or 0xC076E7) is known color: Heliotrope. HEX triplet: C0, 76 and E7. RGB value is (192,118,231). Sum of RGB (Red+Green+Blue) = 192+118+231=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #C076E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076E7 is #3F8918. Grayscale: #989898. Windows color (decimal): -4163865 or 15169216. OLE color: 15169216.

HSL color Cylindrical-coordinate representation of color #C076E7: hue angle of 279.29º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C076E7 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 118 231 -
CMYK 0.17 0.49 0 0.09
HSL 279.29º 0.7% 0.68% -
HSV(B) 279.29º 0.49% 0.91% -
XYZ 42.64 29.93 79.13 -
YUV 153.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 192 118 231 0.17 0.49 0 0.09 279.29 0.7 0.68
Hex C0 76 E7 11 31 0 9 117 46 44
Octal 300 166 347 21 61 0 11 427 106 104
Binary 11000000 1110110 11100111 10001 110001 0 1001 100010111 1000110 1000100

Color Harmonies of #C076E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076E7

Black with #C076E7

Text Example


Text Example

White with #C076E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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