#DD81CD

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

Shades of Orchid #DD81CD

Tints of Orchid #DD81CD

Color information

#DD81CD (or 0xDD81CD) is unknown color: approx Orchid. HEX triplet: DD, 81 and CD. RGB value is (221,129,205). Sum of RGB (Red+Green+Blue) = 221+129+205=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CD is #227E32. Grayscale: #A4A4A4. Windows color (decimal): -2260531 or 13468125. OLE color: 13468125.

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

Color convert

RGB221129205-
CMYK00.420.070.13
HSL310.43º57.5%68.63%-
HSV(B)310.43º41.63%86.67%-
XYZ48.6935.4862.04-
YUV165.17150.48167.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=39.82%
G=23.24%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112920500.420.070.13310.4357.568.63
HexDD81CD02A7D1363a45
Octal33520131505271546672105
Binary110111011000000111001101010101011111011001101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81CD; }

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

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

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

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

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

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

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

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