#CE75F4

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

Shades of Heliotrope #CE75F4

Tints of Heliotrope #CE75F4

Color information

#CE75F4 (or 0xCE75F4) is unknown color: approx Heliotrope. HEX triplet: CE, 75 and F4. RGB value is (206,117,244). Sum of RGB (Red+Green+Blue) = 206+117+244=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE75F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75F4 is #318A0B. Grayscale: #9D9D9D. Windows color (decimal): -3246604 or 16020942. OLE color: 16020942.

HSL color Cylindrical-coordinate representation of color #CE75F4: hue angle of 282.05º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE75F4 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206117244-
CMYK0.160.5200.04
HSL282.05º85.23%70.78%-
HSV(B)282.05º52.05%95.69%-
XYZ48.1432.3889.3-
YUV158.09176.49162.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=36.33%
G=20.63%
B=43.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061172440.160.5200.04282.0585.2370.78
HexCE75F410340411a5547
Octal316165364206404432125107
Binary1100111011101011111010010000110100010010001101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75F4; }

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

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

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

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

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

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

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

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