Html Css Color HEX #C978FC Heliotrope

📋 copy color: '#C978FC'

red 201 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #C978FC

Tints of Heliotrope #C978FC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.94%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 35.08%
G = 20.94%
B = 43.98%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C978FC (or 0xC978FC) is known color: Heliotrope. HEX triplet: C9, 78 and FC. RGB value is (201,120,252). Sum of RGB (Red+Green+Blue) = 201+120+252=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C978FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FC is #368703. Grayscale: #9E9E9E. Windows color (decimal): -3573508 or 16545993. OLE color: 16545993.

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

Color convert

RGB 201 120 252 -
CMYK 0.20 0.52 0 0.01
HSL 276.82º 0.96% 0.73% -
HSV(B) 276.82º 0.52% 0.99% -
XYZ 48.37 32.88 95.89 -
YUV 159.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 201 120 252 0.20 0.52 0 0.01 276.82 0.96 0.73
Hex C9 78 FC 14 34 0 1 115 60 49
Octal 311 170 374 24 64 0 1 425 140 111
Binary 11001001 1111000 11111100 10100 110100 0 1 100010101 1100000 1001001

Color Harmonies of #C978FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978FC

Black with #C978FC

Text Example


Text Example

White with #C978FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978FC; }

 p { color: rgb(201,120,252); }

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

background-color css

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

 a { background-color: rgb(201,120,252); }

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

border-color css

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

 span { border-color: rgb(201,120,252); }

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