#D785CD

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

Shades of Orchid #D785CD

Tints of Orchid #D785CD

Color information

#D785CD (or 0xD785CD) is unknown color: approx Orchid. HEX triplet: D7, 85 and CD. RGB value is (215,133,205). Sum of RGB (Red+Green+Blue) = 215+133+205=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CD is #287A32. Grayscale: #A5A5A5. Windows color (decimal): -2652723 or 13469143. OLE color: 13469143.

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

Color convert

RGB215133205-
CMYK00.380.050.16
HSL307.32º50.62%68.24%-
HSV(B)307.32º38.14%84.31%-
XYZ47.4335.6362.13-
YUV165.73150.17163.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=38.88%
G=24.05%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513320500.380.050.16307.3250.6268.24
HexD785CD0265101333344
Octal32720531504652046363104
Binary1101011110000101110011010100110101100001001100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785CD; }

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

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

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

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

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

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

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

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