#C874FD

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

Shades of Heliotrope #C874FD

Tints of Heliotrope #C874FD

Color information

#C874FD (or 0xC874FD) is unknown color: approx Heliotrope. HEX triplet: C8, 74 and FD. RGB value is (200,116,253). Sum of RGB (Red+Green+Blue) = 200+116+253=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C874FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FD is #378B02. Grayscale: #9C9C9C. Windows color (decimal): -3640067 or 16610504. OLE color: 16610504.

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

Color convert

RGB200116253-
CMYK0.210.5400.01
HSL276.79º97.16%72.35%-
HSV(B)276.79º54.15%99.22%-
XYZ47.7931.8696.56-
YUV156.73182.33158.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=35.15%
G=20.39%
B=44.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001162530.210.5400.01276.7997.1672.35
HexC874FD1536011156148
Octal310164375256601425141110
Binary11001000111010011111101101011101100110001010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874FD; }

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

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

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

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

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

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

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

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