#C884F6

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

Shades of Heliotrope #C884F6

Tints of Heliotrope #C884F6

Color information

#C884F6 (or 0xC884F6) is unknown color: approx Heliotrope. HEX triplet: C8, 84 and F6. RGB value is (200,132,246). Sum of RGB (Red+Green+Blue) = 200+132+246=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #C884F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884F6 is #377B09. Grayscale: #A4A4A4. Windows color (decimal): -3635978 or 16155848. OLE color: 16155848.

HSL color Cylindrical-coordinate representation of color #C884F6: hue angle of 275.79º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C884F6 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB200132246-
CMYK0.190.4600.04
HSL275.79º86.36%74.12%-
HSV(B)275.79º46.34%96.47%-
XYZ48.7135.4491.46-
YUV165.33173.53152.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 132 (51.95% from 255) = 22.84%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=34.60%
G=22.84%
B=42.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2001322460.190.4600.04275.7986.3674.12
HexC884F6132E04114564a
Octal310204366235604424126112
Binary11001000100001001111011010011101110010010001010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884F6; }

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

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

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

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

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

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

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

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