Html Css Color HEX #C873F1 Heliotrope

📋 copy color: '#C873F1'

red 200 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #C873F1

Tints of Heliotrope #C873F1

RGB

 RED value IS 200 (78.52% from 255) = 35.97%

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

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

R = 35.97%
G = 20.68%
B = 43.35%

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

#C873F1 (or 0xC873F1) is known color: Heliotrope. HEX triplet: C8, 73 and F1. RGB value is (200,115,241). Sum of RGB (Red+Green+Blue) = 200+115+241=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #C873F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C873F1 is #378C0E. Grayscale: #9A9A9A. Windows color (decimal): -3640335 or 15823816. OLE color: 15823816.

HSL color Cylindrical-coordinate representation of color #C873F1: hue angle of 280.48º 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 #C873F1 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 115 241 -
CMYK 0.17 0.52 0 0.05
HSL 280.48º 0.82% 0.7% -
HSV(B) 280.48º 0.52% 0.95% -
XYZ 45.83 30.89 86.77 -
YUV 154.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 200 115 241 0.17 0.52 0 0.05 280.48 0.82 0.7
Hex C8 73 F1 11 34 0 5 118 52 46
Octal 310 163 361 21 64 0 5 430 122 106
Binary 11001000 1110011 11110001 10001 110100 0 101 100011000 1010010 1000110

Color Harmonies of #C873F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873F1

Black with #C873F1

Text Example


Text Example

White with #C873F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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