Html Css Color HEX #C976FB Heliotrope

📋 copy color: '#C976FB'

red 201 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #C976FB

Tints of Heliotrope #C976FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 35.26%
G = 20.7%
B = 44.04%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C976FB (or 0xC976FB) is known color: Heliotrope. HEX triplet: C9, 76 and FB. RGB value is (201,118,251). Sum of RGB (Red+Green+Blue) = 201+118+251=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #C976FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976FB is #368904. Grayscale: #9D9D9D. Windows color (decimal): -3574021 or 16479945. OLE color: 16479945.

HSL color Cylindrical-coordinate representation of color #C976FB: hue angle of 277.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C976FB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 118 251 -
CMYK 0.20 0.53 0 0.02
HSL 277.44º 0.94% 0.72% -
HSV(B) 277.44º 0.53% 0.98% -
XYZ 47.98 32.34 94.98 -
YUV 157.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 201 118 251 0.20 0.53 0 0.02 277.44 0.94 0.72
Hex C9 76 FB 14 35 0 2 115 5E 48
Octal 311 166 373 24 65 0 2 425 136 110
Binary 11001001 1110110 11111011 10100 110101 0 10 100010101 1011110 1001000

Color Harmonies of #C976FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976FB

Black with #C976FB

Text Example


Text Example

White with #C976FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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