Html Css Color HEX #C870EA Heliotrope

📋 copy color: '#C870EA'

red 200 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #C870EA

Tints of Heliotrope #C870EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 36.63%
G = 20.51%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C870EA (or 0xC870EA) is known color: Heliotrope. HEX triplet: C8, 70 and EA. RGB value is (200,112,234). Sum of RGB (Red+Green+Blue) = 200+112+234=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C870EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870EA is #378F15. Grayscale: #979797. Windows color (decimal): -3641110 or 15364296. OLE color: 15364296.

HSL color Cylindrical-coordinate representation of color #C870EA: hue angle of 283.28º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C870EA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 112 234 -
CMYK 0.15 0.52 0 0.08
HSL 283.28º 0.74% 0.68% -
HSV(B) 283.28º 0.52% 0.92% -
XYZ 44.46 29.81 81.25 -
YUV 152.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 200 112 234 0.15 0.52 0 0.08 283.28 0.74 0.68
Hex C8 70 EA F 34 0 8 11B 4A 44
Octal 310 160 352 17 64 0 10 433 112 104
Binary 11001000 1110000 11101010 1111 110100 0 1000 100011011 1001010 1000100

Color Harmonies of #C870EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870EA

Black with #C870EA

Text Example


Text Example

White with #C870EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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