Html Css Color HEX #C978F5 Heliotrope

📋 copy color: '#C978F5'

red 201 ◦ green 120 ◦ blue 245

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

Shades of Heliotrope #C978F5

Tints of Heliotrope #C978F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.29%

R = 35.51%
G = 21.2%
B = 43.29%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C978F5 (or 0xC978F5) is known color: Heliotrope. HEX triplet: C9, 78 and F5. RGB value is (201,120,245). Sum of RGB (Red+Green+Blue) = 201+120+245=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #C978F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978F5 is #36870A. Grayscale: #9E9E9E. Windows color (decimal): -3573515 or 16087241. OLE color: 16087241.

HSL color Cylindrical-coordinate representation of color #C978F5: hue angle of 278.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C978F5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 120 245 -
CMYK 0.18 0.51 0 0.04
HSL 278.88º 0.86% 0.72% -
HSV(B) 278.88º 0.51% 0.96% -
XYZ 47.29 32.44 90.16 -
YUV 158.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 201 120 245 0.18 0.51 0 0.04 278.88 0.86 0.72
Hex C9 78 F5 12 33 0 4 117 56 48
Octal 311 170 365 22 63 0 4 427 126 110
Binary 11001001 1111000 11110101 10010 110011 0 100 100010111 1010110 1001000

Color Harmonies of #C978F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978F5

Black with #C978F5

Text Example


Text Example

White with #C978F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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