#C885FB

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

Shades of Heliotrope #C885FB

Tints of Heliotrope #C885FB

Color information

#C885FB (or 0xC885FB) is unknown color: approx Heliotrope. HEX triplet: C8, 85 and FB. RGB value is (200,133,251). Sum of RGB (Red+Green+Blue) = 200+133+251=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #C885FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FB is #377A04. Grayscale: #A6A6A6. Windows color (decimal): -3635717 or 16483784. OLE color: 16483784.

HSL color Cylindrical-coordinate representation of color #C885FB: hue angle of 274.07º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C885FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200133251-
CMYK0.200.4700.02
HSL274.07º93.65%75.29%-
HSV(B)274.07º47.01%98.43%-
XYZ49.6236.0295.6-
YUV166.48175.7151.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 133 (52.34% from 255) = 22.77%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=34.25%
G=22.77%
B=42.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001332510.200.4700.02274.0793.6575.29
HexC885FB142F021125e4b
Octal310205373245702422136113
Binary1100100010000101111110111010010111101010001001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885FB; }

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

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

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

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

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

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

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

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