Html Css Color HEX #C976EF Heliotrope

📋 copy color: '#C976EF'

red 201 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #C976EF

Tints of Heliotrope #C976EF

RGB

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

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

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

R = 36.02%
G = 21.15%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C976EF (or 0xC976EF) is known color: Heliotrope. HEX triplet: C9, 76 and EF. RGB value is (201,118,239). Sum of RGB (Red+Green+Blue) = 201+118+239=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #C976EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EF is #368910. Grayscale: #9C9C9C. Windows color (decimal): -3574033 or 15693513. OLE color: 15693513.

HSL color Cylindrical-coordinate representation of color #C976EF: hue angle of 281.16º 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 #C976EF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 118 239 -
CMYK 0.16 0.51 0 0.06
HSL 281.16º 0.79% 0.7% -
HSV(B) 281.16º 0.51% 0.94% -
XYZ 46.15 31.61 85.33 -
YUV 156.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 201 118 239 0.16 0.51 0 0.06 281.16 0.79 0.7
Hex C9 76 EF 10 33 0 6 119 4F 46
Octal 311 166 357 20 63 0 6 431 117 106
Binary 11001001 1110110 11101111 10000 110011 0 110 100011001 1001111 1000110

Color Harmonies of #C976EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976EF

Black with #C976EF

Text Example


Text Example

White with #C976EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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