Html Css Color HEX #C976EC Heliotrope

📋 copy color: '#C976EC'

red 201 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #C976EC

Tints of Heliotrope #C976EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 36.22%
G = 21.26%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C976EC (or 0xC976EC) is known color: Heliotrope. HEX triplet: C9, 76 and EC. RGB value is (201,118,236). Sum of RGB (Red+Green+Blue) = 201+118+236=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #C976EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EC is #368913. Grayscale: #9B9B9B. Windows color (decimal): -3574036 or 15496905. OLE color: 15496905.

HSL color Cylindrical-coordinate representation of color #C976EC: hue angle of 282.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C976EC is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 118 236 -
CMYK 0.15 0.5 0 0.07
HSL 282.2º 0.76% 0.69% -
HSV(B) 282.2º 0.5% 0.93% -
XYZ 45.71 31.43 83.01 -
YUV 156.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 201 118 236 0.15 0.5 0 0.07 282.2 0.76 0.69
Hex C9 76 EC F 32 0 7 11A 4C 45
Octal 311 166 354 17 62 0 7 432 114 105
Binary 11001001 1110110 11101100 1111 110010 0 111 100011010 1001100 1000101

Color Harmonies of #C976EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976EC

Black with #C976EC

Text Example


Text Example

White with #C976EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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