#dd68ed

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

Shades of Heliotrope #DD68ED

Tints of Heliotrope #DD68ED

Color information

#DD68ED (or 0xDD68ED) is unknown color: approx Heliotrope. HEX triplet: DD, 68 and ED. RGB value is (221,104,237). Sum of RGB (Red+Green+Blue) = 221+104+237=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68ED is #229712. Grayscale: #999999. Windows color (decimal): -2266899 or 15558877. OLE color: 15558877.

HSL color Cylindrical-coordinate representation of color #DD68ED: hue angle of 292.78º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD68ED is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221104237-
CMYK0.070.5600.07
HSL292.78º78.7%66.86%-
HSV(B)292.78º56.12%92.94%-
XYZ50.0631.3983.54-
YUV154.14174.76175.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 104 (41.02% from 255) = 18.51%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=39.32%
G=18.51%
B=42.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211042370.070.5600.07292.7878.766.86
HexDD68ED738071254f43
Octal33515035577007445117103
Binary11011101110100011101101111111000011110010010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd68ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd68ed; }

 p { color: rgb(221,104,237); }

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

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

 a { background-color: rgb(221,104,237); }

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

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

 span { border-color: rgb(221,104,237); }

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