#C885F8

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

Shades of Heliotrope #C885F8

Tints of Heliotrope #C885F8

Color information

#C885F8 (or 0xC885F8) is unknown color: approx Heliotrope. HEX triplet: C8, 85 and F8. RGB value is (200,133,248). Sum of RGB (Red+Green+Blue) = 200+133+248=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #C885F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885F8 is #377A07. Grayscale: #A5A5A5. Windows color (decimal): -3635720 or 16287176. OLE color: 16287176.

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

Color convert

RGB200133248-
CMYK0.190.4600.03
HSL274.96º89.15%74.71%-
HSV(B)274.96º46.37%97.25%-
XYZ49.1535.8393.13-
YUV166.14174.2152.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=34.42%
G=22.89%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001332480.190.4600.03274.9689.1574.71
HexC885F8132E03113594b
Octal310205370235603423131113
Binary1100100010000101111110001001110111001110001001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885F8; }

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

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

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

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

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

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

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

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