#C874FB

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

Shades of Heliotrope #C874FB

Tints of Heliotrope #C874FB

Color information

#C874FB (or 0xC874FB) is unknown color: approx Heliotrope. HEX triplet: C8, 74 and FB. RGB value is (200,116,251). Sum of RGB (Red+Green+Blue) = 200+116+251=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C874FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FB is #378B04. Grayscale: #9C9C9C. Windows color (decimal): -3640069 or 16479432. OLE color: 16479432.

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

Color convert

RGB200116251-
CMYK0.200.5400.02
HSL277.33º94.41%71.96%-
HSV(B)277.33º53.78%98.43%-
XYZ47.4831.7494.89-
YUV156.51181.33159.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=35.27%
G=20.46%
B=44.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001162510.200.5400.02277.3394.4171.96
HexC874FB1436021155e48
Octal310164373246602425136110
Binary110010001110100111110111010011011001010001010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874FB; }

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

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

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

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

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

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

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

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