#C882F1

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

Shades of Heliotrope #C882F1

Tints of Heliotrope #C882F1

Color information

#C882F1 (or 0xC882F1) is unknown color: approx Heliotrope. HEX triplet: C8, 82 and F1. RGB value is (200,130,241). Sum of RGB (Red+Green+Blue) = 200+130+241=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #C882F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F1 is #377D0E. Grayscale: #A3A3A3. Windows color (decimal): -3636495 or 15827656. OLE color: 15827656.

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

Color convert

RGB200130241-
CMYK0.170.4600.05
HSL277.84º79.86%72.75%-
HSV(B)277.84º46.06%94.51%-
XYZ47.6834.687.38-
YUV163.58171.69153.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=35.03%
G=22.77%
B=42.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001302410.170.4600.05277.8479.8672.75
HexC882F1112E051165049
Octal310202361215605426120111
Binary11001000100000101111000110001101110010110001011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882F1; }

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

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

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

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

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

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

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

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