Html Css Color HEX #C870FB Heliotrope

📋 copy color: '#C870FB'

red 200 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #C870FB

Tints of Heliotrope #C870FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 35.52%
G = 19.89%
B = 44.58%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C870FB (or 0xC870FB) is known color: Heliotrope. HEX triplet: C8, 70 and FB. RGB value is (200,112,251). Sum of RGB (Red+Green+Blue) = 200+112+251=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C870FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870FB is #378F04. Grayscale: #999999. Windows color (decimal): -3641093 or 16478408. OLE color: 16478408.

HSL color Cylindrical-coordinate representation of color #C870FB: hue angle of 277.99º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C870FB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 112 251 -
CMYK 0.20 0.55 0 0.02
HSL 277.99º 0.95% 0.71% -
HSV(B) 277.99º 0.55% 0.98% -
XYZ 47.03 30.83 94.74 -
YUV 154.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 200 112 251 0.20 0.55 0 0.02 277.99 0.95 0.71
Hex C8 70 FB 14 37 0 2 116 5F 47
Octal 310 160 373 24 67 0 2 426 137 107
Binary 11001000 1110000 11111011 10100 110111 0 10 100010110 1011111 1000111

Color Harmonies of #C870FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870FB

Black with #C870FB

Text Example


Text Example

White with #C870FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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