#D789CD

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

Shades of Orchid #D789CD

Tints of Orchid #D789CD

Color information

#D789CD (or 0xD789CD) is unknown color: approx Orchid. HEX triplet: D7, 89 and CD. RGB value is (215,137,205). Sum of RGB (Red+Green+Blue) = 215+137+205=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CD is #287632. Grayscale: #A7A7A7. Windows color (decimal): -2651699 or 13470167. OLE color: 13470167.

HSL color Cylindrical-coordinate representation of color #D789CD: hue angle of 307.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789CD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215137205-
CMYK00.360.050.16
HSL307.69º49.37%69.02%-
HSV(B)307.69º36.28%84.31%-
XYZ47.9936.7562.32-
YUV168.07148.84161.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=38.60%
G=24.60%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513720500.360.050.16307.6949.3769.02
HexD789CD0245101343145
Octal32721131504452046461105
Binary1101011110001001110011010100100101100001001101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789CD; }

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

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

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

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

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

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

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

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