Html Css Color HEX #C976FA Heliotrope

📋 copy color: '#C976FA'

red 201 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #C976FA

Tints of Heliotrope #C976FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 35.33%
G = 20.74%
B = 43.94%

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

#C976FA (or 0xC976FA) is known color: Heliotrope. HEX triplet: C9, 76 and FA. RGB value is (201,118,250). Sum of RGB (Red+Green+Blue) = 201+118+250=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C976FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976FA is #368905. Grayscale: #9D9D9D. Windows color (decimal): -3574022 or 16414409. OLE color: 16414409.

HSL color Cylindrical-coordinate representation of color #C976FA: hue angle of 277.73º degrees, saturation: 0.93, 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 #C976FA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 118 250 -
CMYK 0.20 0.53 0 0.02
HSL 277.73º 0.93% 0.72% -
HSV(B) 277.73º 0.53% 0.98% -
XYZ 47.82 32.28 94.15 -
YUV 157.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 201 118 250 0.20 0.53 0 0.02 277.73 0.93 0.72
Hex C9 76 FA 14 35 0 2 116 5D 48
Octal 311 166 372 24 65 0 2 426 135 110
Binary 11001001 1110110 11111010 10100 110101 0 10 100010110 1011101 1001000

Color Harmonies of #C976FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976FA

Black with #C976FA

Text Example


Text Example

White with #C976FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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