#C881F0

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

Shades of Heliotrope #C881F0

Tints of Heliotrope #C881F0

Color information

#C881F0 (or 0xC881F0) is unknown color: approx Heliotrope. HEX triplet: C8, 81 and F0. RGB value is (200,129,240). Sum of RGB (Red+Green+Blue) = 200+129+240=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C881F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C881F0 is #377E0F. Grayscale: #A2A2A2. Windows color (decimal): -3636752 or 15761864. OLE color: 15761864.

HSL color Cylindrical-coordinate representation of color #C881F0: hue angle of 278.38º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C881F0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200129240-
CMYK0.170.4600.06
HSL278.38º78.72%72.35%-
HSV(B)278.38º46.25%94.12%-
XYZ47.434.2786.55-
YUV162.88171.52154.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=35.15%
G=22.67%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001292400.170.4600.06278.3878.7272.35
HexC881F0112E061164f48
Octal310201360215606426117110
Binary11001000100000011111000010001101110011010001011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881F0; }

 p { color: rgb(200,129,240); }

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

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

 a { background-color: rgb(200,129,240); }

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

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

 span { border-color: rgb(200,129,240); }

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