#C885FE

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

Shades of Heliotrope #C885FE

Tints of Heliotrope #C885FE

Color information

#C885FE (or 0xC885FE) is unknown color: approx Heliotrope. HEX triplet: C8, 85 and FE. RGB value is (200,133,254). Sum of RGB (Red+Green+Blue) = 200+133+254=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #C885FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FE is #377A01. Grayscale: #A6A6A6. Windows color (decimal): -3635714 or 16680392. OLE color: 16680392.

HSL color Cylindrical-coordinate representation of color #C885FE: hue angle of 273.22º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C885FE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200133254-
CMYK0.210.4800.00
HSL273.22º98.37%75.88%-
HSV(B)273.22º47.64%99.61%-
XYZ50.136.2198.11-
YUV166.83177.2151.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=34.07%
G=22.66%
B=43.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001332540.210.4800.00273.2298.3775.88
HexC885FE153000111624c
Octal310205376256000421142114
Binary110010001000010111111110101011100000010001000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885FE; }

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

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

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

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

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

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

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

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