Html Css Color HEX #C977FA Heliotrope

📋 copy color: '#C977FA'

red 201 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #C977FA

Tints of Heliotrope #C977FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.88%

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

R = 35.26%
G = 20.88%
B = 43.86%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C977FA (or 0xC977FA) is known color: Heliotrope. HEX triplet: C9, 77 and FA. RGB value is (201,119,250). Sum of RGB (Red+Green+Blue) = 201+119+250=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C977FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FA is #368805. Grayscale: #9E9E9E. Windows color (decimal): -3573766 or 16414665. OLE color: 16414665.

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

Color convert

RGB 201 119 250 -
CMYK 0.20 0.52 0 0.02
HSL 277.56º 0.93% 0.72% -
HSV(B) 277.56º 0.52% 0.98% -
XYZ 47.94 32.51 94.19 -
YUV 158.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 201 119 250 0.20 0.52 0 0.02 277.56 0.93 0.72
Hex C9 77 FA 14 34 0 2 116 5D 48
Octal 311 167 372 24 64 0 2 426 135 110
Binary 11001001 1110111 11111010 10100 110100 0 10 100010110 1011101 1001000

Color Harmonies of #C977FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977FA

Black with #C977FA

Text Example


Text Example

White with #C977FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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