Html Css Color HEX #C873FA Heliotrope

📋 copy color: '#C873FA'

red 200 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #C873FA

Tints of Heliotrope #C873FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 35.4%
G = 20.35%
B = 44.25%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C873FA (or 0xC873FA) is known color: Heliotrope. HEX triplet: C8, 73 and FA. RGB value is (200,115,250). Sum of RGB (Red+Green+Blue) = 200+115+250=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #C873FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C873FA is #378C05. Grayscale: #9B9B9B. Windows color (decimal): -3640326 or 16413640. OLE color: 16413640.

HSL color Cylindrical-coordinate representation of color #C873FA: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C873FA is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 115 250 -
CMYK 0.2 0.54 0 0.02
HSL 277.78º 0.93% 0.72% -
HSV(B) 277.78º 0.54% 0.98% -
XYZ 47.21 31.44 94.02 -
YUV 155.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 200 115 250 0.2 0.54 0 0.02 277.78 0.93 0.72
Hex C8 73 FA 14 36 0 2 116 5D 48
Octal 310 163 372 24 66 0 2 426 135 110
Binary 11001000 1110011 11111010 10100 110110 0 10 100010110 1011101 1001000

Color Harmonies of #C873FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873FA

Black with #C873FA

Text Example


Text Example

White with #C873FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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