#DD68CD

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

Shades of Orchid #DD68CD

Tints of Orchid #DD68CD

Color information

#DD68CD (or 0xDD68CD) is unknown color: approx Orchid. HEX triplet: DD, 68 and CD. RGB value is (221,104,205). Sum of RGB (Red+Green+Blue) = 221+104+205=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CD is #229732. Grayscale: #969696. Windows color (decimal): -2266931 or 13461725. OLE color: 13461725.

HSL color Cylindrical-coordinate representation of color #DD68CD: hue angle of 308.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68CD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221104205-
CMYK00.530.070.13
HSL308.21º63.24%63.73%-
HSV(B)308.21º52.94%86.67%-
XYZ45.7929.6861.07-
YUV150.5158.76178.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=41.70%
G=19.62%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110420500.530.070.13308.2163.2463.73
HexDD68CD0357D1343f40
Octal33515031506571546477100
Binary11011101110100011001101011010111111011001101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68CD; }

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

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

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

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

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

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

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

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