Html Css Color HEX #C976F1 Heliotrope

📋 copy color: '#C976F1'

red 201 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #C976F1

Tints of Heliotrope #C976F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 35.89%
G = 21.07%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C976F1 (or 0xC976F1) is known color: Heliotrope. HEX triplet: C9, 76 and F1. RGB value is (201,118,241). Sum of RGB (Red+Green+Blue) = 201+118+241=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C976F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976F1 is #36890E. Grayscale: #9C9C9C. Windows color (decimal): -3574031 or 15824585. OLE color: 15824585.

HSL color Cylindrical-coordinate representation of color #C976F1: hue angle of 280.49º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C976F1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 118 241 -
CMYK 0.17 0.51 0 0.05
HSL 280.49º 0.81% 0.7% -
HSV(B) 280.49º 0.51% 0.95% -
XYZ 46.44 31.73 86.89 -
YUV 156.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 201 118 241 0.17 0.51 0 0.05 280.49 0.81 0.7
Hex C9 76 F1 11 33 0 5 118 51 46
Octal 311 166 361 21 63 0 5 430 121 106
Binary 11001001 1110110 11110001 10001 110011 0 101 100011000 1010001 1000110

Color Harmonies of #C976F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976F1

Black with #C976F1

Text Example


Text Example

White with #C976F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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