Html Css Color HEX #C076F9 Heliotrope

📋 copy color: '#C076F9'

red 192 ◦ green 118 ◦ blue 249

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

Shades of Heliotrope #C076F9

Tints of Heliotrope #C076F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 34.35%
G = 21.11%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C076F9 (or 0xC076F9) is known color: Heliotrope. HEX triplet: C0, 76 and F9. RGB value is (192,118,249). Sum of RGB (Red+Green+Blue) = 192+118+249=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #C076F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076F9 is #3F8906. Grayscale: #9A9A9A. Windows color (decimal): -4163847 or 16348864. OLE color: 16348864.

HSL color Cylindrical-coordinate representation of color #C076F9: hue angle of 273.89º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C076F9 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 118 249 -
CMYK 0.23 0.53 0 0.02
HSL 273.89º 0.92% 0.72% -
HSV(B) 273.89º 0.53% 0.98% -
XYZ 45.32 31 93.22 -
YUV 155.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 192 118 249 0.23 0.53 0 0.02 273.89 0.92 0.72
Hex C0 76 F9 17 35 0 2 112 5C 48
Octal 300 166 371 27 65 0 2 422 134 110
Binary 11000000 1110110 11111001 10111 110101 0 10 100010010 1011100 1001000

Color Harmonies of #C076F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076F9

Black with #C076F9

Text Example


Text Example

White with #C076F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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