Html Css Color HEX #C871FE Heliotrope

📋 copy color: '#C871FE'

red 200 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #C871FE

Tints of Heliotrope #C871FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.93%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 35.27%
G = 19.93%
B = 44.8%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C871FE (or 0xC871FE) is known color: Heliotrope. HEX triplet: C8, 71 and FE. RGB value is (200,113,254). Sum of RGB (Red+Green+Blue) = 200+113+254=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C871FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871FE is #378E01. Grayscale: #9A9A9A. Windows color (decimal): -3640834 or 16675272. OLE color: 16675272.

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

Color convert

RGB 200 113 254 -
CMYK 0.21 0.56 0 0.00
HSL 277.02º 0.99% 0.72% -
HSV(B) 277.02º 0.56% 1% -
XYZ 47.61 31.25 97.29 -
YUV 155.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 200 113 254 0.21 0.56 0 0.00 277.02 0.99 0.72
Hex C8 71 FE 15 38 0 0 115 63 48
Octal 310 161 376 25 70 0 0 425 143 110
Binary 11001000 1110001 11111110 10101 111000 0 0 100010101 1100011 1001000

Color Harmonies of #C871FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871FE

Black with #C871FE

Text Example


Text Example

White with #C871FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871FE; }

 p { color: rgb(200,113,254); }

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

background-color css

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

 a { background-color: rgb(200,113,254); }

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

border-color css

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

 span { border-color: rgb(200,113,254); }

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