#DD7BD5

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

Shades of Orchid #DD7BD5

Tints of Orchid #DD7BD5

Color information

#DD7BD5 (or 0xDD7BD5) is unknown color: approx Orchid. HEX triplet: DD, 7B and D5. RGB value is (221,123,213). Sum of RGB (Red+Green+Blue) = 221+123+213=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD5 is #22842A. Grayscale: #A2A2A2. Windows color (decimal): -2262059 or 13990877. OLE color: 13990877.

HSL color Cylindrical-coordinate representation of color #DD7BD5: hue angle of 304.9º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BD5 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221123213-
CMYK00.440.040.13
HSL304.9º59.04%67.45%-
HSV(B)304.9º44.34%86.67%-
XYZ48.9134.3467-
YUV162.56156.47169.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 123 (48.44% from 255) = 22.08%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=39.68%
G=22.08%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112321300.440.040.13304.959.0467.45
HexDD7BD502C4D1313b43
Octal33517332505441546173103
Binary11011101111101111010101010110010011011001100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BD5; }

 p { color: rgb(221,123,213); }

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

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

 a { background-color: rgb(221,123,213); }

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

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

 span { border-color: rgb(221,123,213); }

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