Html Css Color HEX #C973F3 Heliotrope

📋 copy color: '#C973F3'

red 201 ◦ green 115 ◦ blue 243

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

Shades of Heliotrope #C973F3

Tints of Heliotrope #C973F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.47%

R = 35.96%
G = 20.57%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C973F3 (or 0xC973F3) is known color: Heliotrope. HEX triplet: C9, 73 and F3. RGB value is (201,115,243). Sum of RGB (Red+Green+Blue) = 201+115+243=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #C973F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973F3 is #368C0C. Grayscale: #9A9A9A. Windows color (decimal): -3574797 or 15954889. OLE color: 15954889.

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

Color convert

RGB 201 115 243 -
CMYK 0.17 0.53 0 0.05
HSL 280.31º 0.84% 0.7% -
HSV(B) 280.31º 0.53% 0.95% -
XYZ 46.4 31.15 88.36 -
YUV 155.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 201 115 243 0.17 0.53 0 0.05 280.31 0.84 0.7
Hex C9 73 F3 11 35 0 5 118 54 46
Octal 311 163 363 21 65 0 5 430 124 106
Binary 11001001 1110011 11110011 10001 110101 0 101 100011000 1010100 1000110

Color Harmonies of #C973F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973F3

Black with #C973F3

Text Example


Text Example

White with #C973F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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