#CE88F1

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

Shades of Heliotrope #CE88F1

Tints of Heliotrope #CE88F1

Color information

#CE88F1 (or 0xCE88F1) is unknown color: approx Heliotrope. HEX triplet: CE, 88 and F1. RGB value is (206,136,241). Sum of RGB (Red+Green+Blue) = 206+136+241=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88F1 is #31770E. Grayscale: #A8A8A8. Windows color (decimal): -3241743 or 15829198. OLE color: 15829198.

HSL color Cylindrical-coordinate representation of color #CE88F1: hue angle of 280º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE88F1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206136241-
CMYK0.150.4400.05
HSL280º78.95%73.92%-
HSV(B)280º43.57%94.51%-
XYZ50.1337.0887.73-
YUV168.9168.69154.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 136 (53.52% from 255) = 23.33%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=35.33%
G=23.33%
B=41.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061362410.150.4400.0528078.9573.92
HexCE88F1F2C051184f4a
Octal316210361175405430117112
Binary1100111010001000111100011111101100010110001100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88F1; }

 p { color: rgb(206,136,241); }

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

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

 a { background-color: rgb(206,136,241); }

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

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

 span { border-color: rgb(206,136,241); }

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