#CE5DFD

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

Shades of Heliotrope #CE5DFD

Tints of Heliotrope #CE5DFD

Color information

#CE5DFD (or 0xCE5DFD) is unknown color: approx Heliotrope. HEX triplet: CE, 5D and FD. RGB value is (206,93,253). Sum of RGB (Red+Green+Blue) = 206+93+253=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DFD is #31A202. Grayscale: #909090. Windows color (decimal): -3252739 or 16604622. OLE color: 16604622.

HSL color Cylindrical-coordinate representation of color #CE5DFD: hue angle of 282.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5DFD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20693253-
CMYK0.190.6300.01
HSL282.38º97.56%67.84%-
HSV(B)282.38º63.24%99.22%-
XYZ47.128.0495.86-
YUV145.03188.94171.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=37.32%
G=16.85%
B=45.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206932530.190.6300.01282.3897.5667.84
HexCE5DFD133F0111a6244
Octal316135375237701432142104
Binary11001110101110111111101100111111110110001101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DFD; }

 p { color: rgb(206,93,253); }

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

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

 a { background-color: rgb(206,93,253); }

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

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

 span { border-color: rgb(206,93,253); }

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