Html Css Color HEX #C976EE Heliotrope

📋 copy color: '#C976EE'

red 201 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #C976EE

Tints of Heliotrope #C976EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 36.09%
G = 21.18%
B = 42.73%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C976EE (or 0xC976EE) is known color: Heliotrope. HEX triplet: C9, 76 and EE. RGB value is (201,118,238). Sum of RGB (Red+Green+Blue) = 201+118+238=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #C976EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EE is #368911. Grayscale: #9C9C9C. Windows color (decimal): -3574034 or 15627977. OLE color: 15627977.

HSL color Cylindrical-coordinate representation of color #C976EE: hue angle of 281.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C976EE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 118 238 -
CMYK 0.16 0.50 0 0.07
HSL 281.5º 0.78% 0.7% -
HSV(B) 281.5º 0.5% 0.93% -
XYZ 46 31.55 84.55 -
YUV 156.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 201 118 238 0.16 0.50 0 0.07 281.5 0.78 0.7
Hex C9 76 EE 10 32 0 7 11A 4E 46
Octal 311 166 356 20 62 0 7 432 116 106
Binary 11001001 1110110 11101110 10000 110010 0 111 100011010 1001110 1000110

Color Harmonies of #C976EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976EE

Black with #C976EE

Text Example


Text Example

White with #C976EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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