#C880FB

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

Shades of Heliotrope #C880FB

Tints of Heliotrope #C880FB

Color information

#C880FB (or 0xC880FB) is unknown color: approx Heliotrope. HEX triplet: C8, 80 and FB. RGB value is (200,128,251). Sum of RGB (Red+Green+Blue) = 200+128+251=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C880FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880FB is #377F04. Grayscale: #A3A3A3. Windows color (decimal): -3636997 or 16482504. OLE color: 16482504.

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

Color convert

RGB200128251-
CMYK0.200.4900.02
HSL275.12º93.89%74.31%-
HSV(B)275.12º49%98.43%-
XYZ48.9534.6895.38-
YUV163.55177.35154-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=34.54%
G=22.11%
B=43.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001282510.200.4900.02275.1293.8974.31
HexC880FB1431021135e4a
Octal310200373246102423136112
Binary1100100010000000111110111010011000101010001001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880FB; }

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

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

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

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

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

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

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

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