#CE75F1

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

Shades of Heliotrope #CE75F1

Tints of Heliotrope #CE75F1

Color information

#CE75F1 (or 0xCE75F1) is unknown color: approx Heliotrope. HEX triplet: CE, 75 and F1. RGB value is (206,117,241). Sum of RGB (Red+Green+Blue) = 206+117+241=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75F1 is #318A0E. Grayscale: #9D9D9D. Windows color (decimal): -3246607 or 15824334. OLE color: 15824334.

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

Color convert

RGB206117241-
CMYK0.150.5100.05
HSL283.06º81.58%70.2%-
HSV(B)283.06º51.45%94.51%-
XYZ47.6932.286.92-
YUV157.75174.99162.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=36.52%
G=20.74%
B=42.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061172410.150.5100.05283.0681.5870.2
HexCE75F1F330511b5246
Octal316165361176305433122106
Binary110011101110101111100011111110011010110001101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75F1; }

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

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

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

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

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

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

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

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