Html Css Color HEX #C976FD Heliotrope

📋 copy color: '#C976FD'

red 201 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #C976FD

Tints of Heliotrope #C976FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 35.14%
G = 20.63%
B = 44.23%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C976FD (or 0xC976FD) is known color: Heliotrope. HEX triplet: C9, 76 and FD. RGB value is (201,118,253). Sum of RGB (Red+Green+Blue) = 201+118+253=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #C976FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976FD is #368902. Grayscale: #9D9D9D. Windows color (decimal): -3574019 or 16611017. OLE color: 16611017.

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

Color convert

RGB 201 118 253 -
CMYK 0.21 0.53 0 0.01
HSL 276.89º 0.97% 0.73% -
HSV(B) 276.89º 0.53% 0.99% -
XYZ 48.3 32.47 96.65 -
YUV 158.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 201 118 253 0.21 0.53 0 0.01 276.89 0.97 0.73
Hex C9 76 FD 15 35 0 1 115 61 49
Octal 311 166 375 25 65 0 1 425 141 111
Binary 11001001 1110110 11111101 10101 110101 0 1 100010101 1100001 1001001

Color Harmonies of #C976FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976FD

Black with #C976FD

Text Example


Text Example

White with #C976FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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