#C871FF

Color #C871FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C871FF

Tints of Heliotrope #C871FF

Color information

#C871FF (or 0xC871FF) is unknown color: approx Heliotrope. HEX triplet: C8, 71 and FF. RGB value is (200,113,255). Sum of RGB (Red+Green+Blue) = 200+113+255=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C871FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871FF is #378E00. Grayscale: #9A9A9A. Windows color (decimal): -3640833 or 16740808. OLE color: 16740808.

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

Color convert

RGB200113255-
CMYK0.220.5600
HSL276.76º100%72.16%-
HSV(B)276.76º55.69%100%-
XYZ47.7731.3198.13-
YUV155.2184.32159.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 113 (44.53% from 255) = 19.89%
BLUE value IS 255 (100% from 255) = 44.89%
R=35.21%
G=19.89%
B=44.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001132550.220.5600276.7610072.16
HexC871FF1638001156448
Octal310161377267000425144110
Binary11001000111000111111111101101110000010001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871FF; }

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

 H1.HeaderClassName
 {
   color: #C871FF;
 }
 .AnyTagClassName
 {
   color: #C871FF;
 }
</style>
background-color css

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

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

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

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

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

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