Html Css Color HEX #C976FE Heliotrope

📋 copy color: '#C976FE'

red 201 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #C976FE

Tints of Heliotrope #C976FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 35.08%
G = 20.59%
B = 44.33%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C976FE (or 0xC976FE) is known color: Heliotrope. HEX triplet: C9, 76 and FE. RGB value is (201,118,254). Sum of RGB (Red+Green+Blue) = 201+118+254=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #C976FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976FE is #368901. Grayscale: #9D9D9D. Windows color (decimal): -3574018 or 16676553. OLE color: 16676553.

HSL color Cylindrical-coordinate representation of color #C976FE: hue angle of 276.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C976FE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 118 254 -
CMYK 0.21 0.54 0 0.00
HSL 276.62º 0.99% 0.73% -
HSV(B) 276.62º 0.54% 1% -
XYZ 48.46 32.53 97.49 -
YUV 158.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 201 118 254 0.21 0.54 0 0.00 276.62 0.99 0.73
Hex C9 76 FE 15 36 0 0 115 63 49
Octal 311 166 376 25 66 0 0 425 143 111
Binary 11001001 1110110 11111110 10101 110110 0 0 100010101 1100011 1001001

Color Harmonies of #C976FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976FE

Black with #C976FE

Text Example


Text Example

White with #C976FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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