Html Css Color HEX #C870ED Heliotrope

📋 copy color: '#C870ED'

red 200 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C870ED

Tints of Heliotrope #C870ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 36.43%
G = 20.4%
B = 43.17%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C870ED (or 0xC870ED) is known color: Heliotrope. HEX triplet: C8, 70 and ED. RGB value is (200,112,237). Sum of RGB (Red+Green+Blue) = 200+112+237=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C870ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870ED is #378F12. Grayscale: #989898. Windows color (decimal): -3641107 or 15560904. OLE color: 15560904.

HSL color Cylindrical-coordinate representation of color #C870ED: hue angle of 282.24º degrees, saturation: 0.78, 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 #C870ED is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 112 237 -
CMYK 0.16 0.53 0 0.07
HSL 282.24º 0.78% 0.68% -
HSV(B) 282.24º 0.53% 0.93% -
XYZ 44.9 29.98 83.54 -
YUV 152.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 200 112 237 0.16 0.53 0 0.07 282.24 0.78 0.68
Hex C8 70 ED 10 35 0 7 11A 4E 44
Octal 310 160 355 20 65 0 7 432 116 104
Binary 11001000 1110000 11101101 10000 110101 0 111 100011010 1001110 1000100

Color Harmonies of #C870ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870ED

Black with #C870ED

Text Example


Text Example

White with #C870ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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