#dd68e0

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

Shades of Orchid #DD68E0

Tints of Orchid #DD68E0

Color information

#DD68E0 (or 0xDD68E0) is unknown color: approx Orchid. HEX triplet: DD, 68 and E0. RGB value is (221,104,224). Sum of RGB (Red+Green+Blue) = 221+104+224=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68E0 is #22971F. Grayscale: #989898. Windows color (decimal): -2266912 or 14706909. OLE color: 14706909.

HSL color Cylindrical-coordinate representation of color #DD68E0: hue angle of 298.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD68E0 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221104224-
CMYK0.010.5400.12
HSL298.5º65.93%64.31%-
HSV(B)298.5º53.57%87.84%-
XYZ48.2230.6573.9-
YUV152.66168.26176.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 104 (41.02% from 255) = 18.94%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=40.26%
G=18.94%
B=40.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211042240.010.5400.12298.565.9364.31
HexDD68E01360C12a4240
Octal335150340166014452102100
Binary1101110111010001110000011101100110010010101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd68e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd68e0; }

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

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

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

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

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

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

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

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