#D389CD

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

Shades of Orchid #D389CD

Tints of Orchid #D389CD

Color information

#D389CD (or 0xD389CD) is unknown color: approx Orchid. HEX triplet: D3, 89 and CD. RGB value is (211,137,205). Sum of RGB (Red+Green+Blue) = 211+137+205=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D389CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389CD is #2C7632. Grayscale: #A6A6A6. Windows color (decimal): -2913843 or 13470163. OLE color: 13470163.

HSL color Cylindrical-coordinate representation of color #D389CD: hue angle of 304.86º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389CD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211137205-
CMYK00.350.030.17
HSL304.86º45.68%68.24%-
HSV(B)304.86º35.07%82.75%-
XYZ46.8336.1562.27-
YUV166.88149.52159.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=38.16%
G=24.77%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113720500.350.030.17304.8645.6868.24
HexD389CD0233111312e44
Octal32321131504332146156104
Binary110100111000100111001101010001111100011001100011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389CD; }

 p { color: rgb(211,137,205); }

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

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

 a { background-color: rgb(211,137,205); }

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

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

 span { border-color: rgb(211,137,205); }

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