Html Css Color HEX #C870EC Heliotrope

📋 copy color: '#C870EC'

red 200 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C870EC

Tints of Heliotrope #C870EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.44%

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 36.5%
G = 20.44%
B = 43.07%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C870EC (or 0xC870EC) is known color: Heliotrope. HEX triplet: C8, 70 and EC. RGB value is (200,112,236). Sum of RGB (Red+Green+Blue) = 200+112+236=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #C870EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870EC is #378F13. Grayscale: #989898. Windows color (decimal): -3641108 or 15495368. OLE color: 15495368.

HSL color Cylindrical-coordinate representation of color #C870EC: hue angle of 282.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C870EC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 112 236 -
CMYK 0.15 0.53 0 0.07
HSL 282.58º 0.77% 0.68% -
HSV(B) 282.58º 0.53% 0.93% -
XYZ 44.75 29.92 82.77 -
YUV 152.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 200 112 236 0.15 0.53 0 0.07 282.58 0.77 0.68
Hex C8 70 EC F 35 0 7 11B 4D 44
Octal 310 160 354 17 65 0 7 433 115 104
Binary 11001000 1110000 11101100 1111 110101 0 111 100011011 1001101 1000100

Color Harmonies of #C870EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870EC

Black with #C870EC

Text Example


Text Example

White with #C870EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870EC; }

 p { color: rgb(200,112,236); }

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

background-color css

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

 a { background-color: rgb(200,112,236); }

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

border-color css

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

 span { border-color: rgb(200,112,236); }

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