Html Css Color HEX #C870E8 Heliotrope

📋 copy color: '#C870E8'

red 200 ◦ green 112 ◦ blue 232

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

Shades of Heliotrope #C870E8

Tints of Heliotrope #C870E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 36.76%
G = 20.59%
B = 42.65%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C870E8 (or 0xC870E8) is known color: Heliotrope. HEX triplet: C8, 70 and E8. RGB value is (200,112,232). Sum of RGB (Red+Green+Blue) = 200+112+232=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #C870E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870E8 is #378F17. Grayscale: #979797. Windows color (decimal): -3641112 or 15233224. OLE color: 15233224.

HSL color Cylindrical-coordinate representation of color #C870E8: hue angle of 284º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C870E8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 112 232 -
CMYK 0.14 0.52 0 0.09
HSL 284º 0.72% 0.67% -
HSV(B) 284º 0.52% 0.91% -
XYZ 44.18 29.69 79.75 -
YUV 151.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 200 112 232 0.14 0.52 0 0.09 284 0.72 0.67
Hex C8 70 E8 E 34 0 9 11C 48 43
Octal 310 160 350 16 64 0 11 434 110 103
Binary 11001000 1110000 11101000 1110 110100 0 1001 100011100 1001000 1000011

Color Harmonies of #C870E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870E8

Black with #C870E8

Text Example


Text Example

White with #C870E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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