Html Css Color HEX #C870FC Heliotrope

📋 copy color: '#C870FC'

red 200 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #C870FC

Tints of Heliotrope #C870FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 35.46%
G = 19.86%
B = 44.68%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C870FC (or 0xC870FC) is known color: Heliotrope. HEX triplet: C8, 70 and FC. RGB value is (200,112,252). Sum of RGB (Red+Green+Blue) = 200+112+252=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C870FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870FC is #378F03. Grayscale: #999999. Windows color (decimal): -3641092 or 16543944. OLE color: 16543944.

HSL color Cylindrical-coordinate representation of color #C870FC: hue angle of 277.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C870FC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 112 252 -
CMYK 0.21 0.56 0 0.01
HSL 277.71º 0.96% 0.71% -
HSV(B) 277.71º 0.56% 0.99% -
XYZ 47.18 30.9 95.57 -
YUV 154.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 200 112 252 0.21 0.56 0 0.01 277.71 0.96 0.71
Hex C8 70 FC 15 38 0 1 116 60 47
Octal 310 160 374 25 70 0 1 426 140 107
Binary 11001000 1110000 11111100 10101 111000 0 1 100010110 1100000 1000111

Color Harmonies of #C870FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870FC

Black with #C870FC

Text Example


Text Example

White with #C870FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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