Html Css Color HEX #C973F8 Heliotrope

📋 copy color: '#C973F8'

red 201 ◦ green 115 ◦ blue 248

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

Shades of Heliotrope #C973F8

Tints of Heliotrope #C973F8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.39%

 BLUE value IS 248 (97.27% from 255) = 43.97%

R = 35.64%
G = 20.39%
B = 43.97%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C973F8 (or 0xC973F8) is known color: Heliotrope. HEX triplet: C9, 73 and F8. RGB value is (201,115,248). Sum of RGB (Red+Green+Blue) = 201+115+248=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #C973F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973F8 is #368C07. Grayscale: #9B9B9B. Windows color (decimal): -3574792 or 16282569. OLE color: 16282569.

HSL color Cylindrical-coordinate representation of color #C973F8: hue angle of 278.8º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C973F8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 115 248 -
CMYK 0.19 0.54 0 0.03
HSL 278.8º 0.9% 0.71% -
HSV(B) 278.8º 0.54% 0.97% -
XYZ 47.16 31.46 92.39 -
YUV 155.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 201 115 248 0.19 0.54 0 0.03 278.8 0.9 0.71
Hex C9 73 F8 13 36 0 3 117 5A 47
Octal 311 163 370 23 66 0 3 427 132 107
Binary 11001001 1110011 11111000 10011 110110 0 11 100010111 1011010 1000111

Color Harmonies of #C973F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973F8

Black with #C973F8

Text Example


Text Example

White with #C973F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973F8; }

 p { color: rgb(201,115,248); }

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

background-color css

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

 a { background-color: rgb(201,115,248); }

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

border-color css

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

 span { border-color: rgb(201,115,248); }

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