Html Css Color HEX #C973F1 Heliotrope

📋 copy color: '#C973F1'

red 201 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #C973F1

Tints of Heliotrope #C973F1

RGB

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

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

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

R = 36.09%
G = 20.65%
B = 43.27%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C973F1 (or 0xC973F1) is known color: Heliotrope. HEX triplet: C9, 73 and F1. RGB value is (201,115,241). Sum of RGB (Red+Green+Blue) = 201+115+241=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #C973F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973F1 is #368C0E. Grayscale: #9A9A9A. Windows color (decimal): -3574799 or 15823817. OLE color: 15823817.

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

Color convert

RGB 201 115 241 -
CMYK 0.17 0.52 0 0.05
HSL 280.95º 0.82% 0.7% -
HSV(B) 280.95º 0.52% 0.95% -
XYZ 46.1 31.03 86.78 -
YUV 155.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 201 115 241 0.17 0.52 0 0.05 280.95 0.82 0.7
Hex C9 73 F1 11 34 0 5 119 52 46
Octal 311 163 361 21 64 0 5 431 122 106
Binary 11001001 1110011 11110001 10001 110100 0 101 100011001 1010010 1000110

Color Harmonies of #C973F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973F1

Black with #C973F1

Text Example


Text Example

White with #C973F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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