Html Css Color HEX #C076F1 Heliotrope

📋 copy color: '#C076F1'

red 192 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #C076F1

Tints of Heliotrope #C076F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 34.85%
G = 21.42%
B = 43.74%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C076F1 (or 0xC076F1) is known color: Heliotrope. HEX triplet: C0, 76 and F1. RGB value is (192,118,241). Sum of RGB (Red+Green+Blue) = 192+118+241=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #C076F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076F1 is #3F890E. Grayscale: #999999. Windows color (decimal): -4163855 or 15824576. OLE color: 15824576.

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

Color convert

RGB 192 118 241 -
CMYK 0.20 0.51 0 0.05
HSL 276.1º 0.81% 0.7% -
HSV(B) 276.1º 0.51% 0.95% -
XYZ 44.09 30.51 86.78 -
YUV 154.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 192 118 241 0.20 0.51 0 0.05 276.1 0.81 0.7
Hex C0 76 F1 14 33 0 5 114 51 46
Octal 300 166 361 24 63 0 5 424 121 106
Binary 11000000 1110110 11110001 10100 110011 0 101 100010100 1010001 1000110

Color Harmonies of #C076F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076F1

Black with #C076F1

Text Example


Text Example

White with #C076F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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