Html Css Color HEX #C878F0 Heliotrope

📋 copy color: '#C878F0'

red 200 ◦ green 120 ◦ blue 240

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

Shades of Heliotrope #C878F0

Tints of Heliotrope #C878F0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.43%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C878F0 (or 0xC878F0) is known color: Heliotrope. HEX triplet: C8, 78 and F0. RGB value is (200,120,240). Sum of RGB (Red+Green+Blue) = 200+120+240=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #C878F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878F0 is #37870F. Grayscale: #9D9D9D. Windows color (decimal): -3639056 or 15759560. OLE color: 15759560.

HSL color Cylindrical-coordinate representation of color #C878F0: hue angle of 280º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C878F0 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 120 240 -
CMYK 0.17 0.5 0 0.06
HSL 280º 0.8% 0.71% -
HSV(B) 280º 0.5% 0.94% -
XYZ 46.26 32 86.18 -
YUV 157.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 200 120 240 0.17 0.5 0 0.06 280 0.8 0.71
Hex C8 78 F0 11 32 0 6 118 50 47
Octal 310 170 360 21 62 0 6 430 120 107
Binary 11001000 1111000 11110000 10001 110010 0 110 100011000 1010000 1000111

Color Harmonies of #C878F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878F0

Black with #C878F0

Text Example


Text Example

White with #C878F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878F0; }

 p { color: rgb(200,120,240); }

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

background-color css

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

 a { background-color: rgb(200,120,240); }

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

border-color css

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

 span { border-color: rgb(200,120,240); }

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