#D387DA

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

Shades of Orchid #D387DA

Tints of Orchid #D387DA

Color information

#D387DA (or 0xD387DA) is unknown color: approx Orchid. HEX triplet: D3, 87 and DA. RGB value is (211,135,218). Sum of RGB (Red+Green+Blue) = 211+135+218=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D387DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387DA is #2C7825. Grayscale: #A6A6A6. Windows color (decimal): -2914342 or 14321619. OLE color: 14321619.

HSL color Cylindrical-coordinate representation of color #D387DA: hue angle of 294.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D387DA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211135218-
CMYK0.030.3800.15
HSL294.94º52.87%69.22%-
HSV(B)294.94º38.07%85.49%-
XYZ48.1836.2470.78-
YUV167.19156.68159.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=37.41%
G=23.94%
B=38.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111352180.030.3800.15294.9452.8769.22
HexD387DA3260F1273545
Octal32320733234601744765105
Binary11010011100001111101101011100110011111001001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387DA; }

 p { color: rgb(211,135,218); }

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

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

 a { background-color: rgb(211,135,218); }

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

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

 span { border-color: rgb(211,135,218); }

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