Html Css Color HEX #C871FD Heliotrope

📋 copy color: '#C871FD'

red 200 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #C871FD

Tints of Heliotrope #C871FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 35.34%
G = 19.96%
B = 44.7%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C871FD (or 0xC871FD) is known color: Heliotrope. HEX triplet: C8, 71 and FD. RGB value is (200,113,253). Sum of RGB (Red+Green+Blue) = 200+113+253=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C871FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871FD is #378E02. Grayscale: #9A9A9A. Windows color (decimal): -3640835 or 16609736. OLE color: 16609736.

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

Color convert

RGB 200 113 253 -
CMYK 0.21 0.55 0 0.01
HSL 277.29º 0.97% 0.72% -
HSV(B) 277.29º 0.55% 0.99% -
XYZ 47.45 31.18 96.45 -
YUV 154.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 200 113 253 0.21 0.55 0 0.01 277.29 0.97 0.72
Hex C8 71 FD 15 37 0 1 115 61 48
Octal 310 161 375 25 67 0 1 425 141 110
Binary 11001000 1110001 11111101 10101 110111 0 1 100010101 1100001 1001000

Color Harmonies of #C871FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871FD

Black with #C871FD

Text Example


Text Example

White with #C871FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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