#C880F1

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

Shades of Heliotrope #C880F1

Tints of Heliotrope #C880F1

Color information

#C880F1 (or 0xC880F1) is unknown color: approx Heliotrope. HEX triplet: C8, 80 and F1. RGB value is (200,128,241). Sum of RGB (Red+Green+Blue) = 200+128+241=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #C880F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880F1 is #377F0E. Grayscale: #A2A2A2. Windows color (decimal): -3637007 or 15827144. OLE color: 15827144.

HSL color Cylindrical-coordinate representation of color #C880F1: hue angle of 278.23º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C880F1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200128241-
CMYK0.170.4700.05
HSL278.23º80.14%72.35%-
HSV(B)278.23º46.89%94.51%-
XYZ47.4234.0787.3-
YUV162.41172.35154.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 128 (50.39% from 255) = 22.50%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=35.15%
G=22.50%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001282410.170.4700.05278.2380.1472.35
HexC880F1112F051165048
Octal310200361215705426120110
Binary11001000100000001111000110001101111010110001011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880F1; }

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

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

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

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

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

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

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

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