#DD68E1

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

Shades of Orchid #DD68E1

Tints of Orchid #DD68E1

Color information

#DD68E1 (or 0xDD68E1) is unknown color: approx Orchid. HEX triplet: DD, 68 and E1. RGB value is (221,104,225). Sum of RGB (Red+Green+Blue) = 221+104+225=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD68E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68E1 is #22971E. Grayscale: #989898. Windows color (decimal): -2266911 or 14772445. OLE color: 14772445.

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

Color convert

RGB221104225-
CMYK0.020.5400.12
HSL298.02º66.85%64.51%-
HSV(B)298.02º53.78%88.24%-
XYZ48.3630.7174.61-
YUV152.78168.76176.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 18.91%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=40.18%
G=18.91%
B=40.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211042250.020.5400.12298.0266.8564.51
HexDD68E12360C12a4341
Octal335150341266014452103101
Binary11011101110100011100001101101100110010010101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68E1; }

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

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

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

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

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

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

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

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