#C884F1

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

Shades of Heliotrope #C884F1

Tints of Heliotrope #C884F1

Color information

#C884F1 (or 0xC884F1) is unknown color: approx Heliotrope. HEX triplet: C8, 84 and F1. RGB value is (200,132,241). Sum of RGB (Red+Green+Blue) = 200+132+241=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #C884F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884F1 is #377B0E. Grayscale: #A4A4A4. Windows color (decimal): -3635983 or 15828168. OLE color: 15828168.

HSL color Cylindrical-coordinate representation of color #C884F1: hue angle of 277.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C884F1 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200132241-
CMYK0.170.4500.05
HSL277.43º79.56%73.14%-
HSV(B)277.43º45.23%94.51%-
XYZ47.9535.1387.47-
YUV164.76171.03153.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=34.90%
G=23.04%
B=42.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001322410.170.4500.05277.4379.5673.14
HexC884F1112D051155049
Octal310204361215505425120111
Binary11001000100001001111000110001101101010110001010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884F1; }

 p { color: rgb(200,132,241); }

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

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

 a { background-color: rgb(200,132,241); }

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

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

 span { border-color: rgb(200,132,241); }

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