#CE75E7

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

Shades of Heliotrope #CE75E7

Tints of Heliotrope #CE75E7

Color information

#CE75E7 (or 0xCE75E7) is unknown color: approx Heliotrope. HEX triplet: CE, 75 and E7. RGB value is (206,117,231). Sum of RGB (Red+Green+Blue) = 206+117+231=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75E7 is #318A18. Grayscale: #9C9C9C. Windows color (decimal): -3246617 or 15168974. OLE color: 15168974.

HSL color Cylindrical-coordinate representation of color #CE75E7: hue angle of 286.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE75E7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206117231-
CMYK0.110.4900.09
HSL286.84º70.37%68.24%-
HSV(B)286.84º49.35%90.59%-
XYZ46.2431.6179.27-
YUV156.61169.99163.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=37.18%
G=21.12%
B=41.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061172310.110.4900.09286.8470.3768.24
HexCE75E7B310911f4644
Octal3161653471361011437106104
Binary1100111011101011110011110111100010100110001111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75E7; }

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

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

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

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

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

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

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

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