Html Css Color HEX #C976EA Heliotrope

📋 copy color: '#C976EA'

red 201 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #C976EA

Tints of Heliotrope #C976EA

RGB

 RED value IS 201 (78.91% from 255) = 36.35%

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 36.35%
G = 21.34%
B = 42.31%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C976EA (or 0xC976EA) is known color: Heliotrope. HEX triplet: C9, 76 and EA. RGB value is (201,118,234). Sum of RGB (Red+Green+Blue) = 201+118+234=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #C976EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EA is #368915. Grayscale: #9B9B9B. Windows color (decimal): -3574038 or 15365833. OLE color: 15365833.

HSL color Cylindrical-coordinate representation of color #C976EA: hue angle of 282.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C976EA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 118 234 -
CMYK 0.14 0.50 0 0.08
HSL 282.93º 0.73% 0.69% -
HSV(B) 282.93º 0.5% 0.92% -
XYZ 45.42 31.31 81.49 -
YUV 156.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 201 118 234 0.14 0.50 0 0.08 282.93 0.73 0.69
Hex C9 76 EA E 32 0 8 11B 49 45
Octal 311 166 352 16 62 0 10 433 111 105
Binary 11001001 1110110 11101010 1110 110010 0 1000 100011011 1001001 1000101

Color Harmonies of #C976EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976EA

Black with #C976EA

Text Example


Text Example

White with #C976EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976EA; }

 p { color: rgb(201,118,234); }

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

background-color css

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

 a { background-color: rgb(201,118,234); }

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

border-color css

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

 span { border-color: rgb(201,118,234); }

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