#C882F8

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

Shades of Heliotrope #C882F8

Tints of Heliotrope #C882F8

Color information

#C882F8 (or 0xC882F8) is unknown color: approx Heliotrope. HEX triplet: C8, 82 and F8. RGB value is (200,130,248). Sum of RGB (Red+Green+Blue) = 200+130+248=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #C882F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F8 is #377D07. Grayscale: #A3A3A3. Windows color (decimal): -3636488 or 16286408. OLE color: 16286408.

HSL color Cylindrical-coordinate representation of color #C882F8: hue angle of 275.59º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C882F8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200130248-
CMYK0.190.4800.03
HSL275.59º89.39%74.12%-
HSV(B)275.59º47.58%97.25%-
XYZ48.7535.0293-
YUV164.38175.19153.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=34.60%
G=22.49%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001302480.190.4800.03275.5989.3974.12
HexC882F8133003114594a
Octal310202370236003424131112
Binary1100100010000010111110001001111000001110001010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882F8; }

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

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

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

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

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

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

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

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