#D385CE

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

Shades of Orchid #D385CE

Tints of Orchid #D385CE

Color information

#D385CE (or 0xD385CE) is unknown color: approx Orchid. HEX triplet: D3, 85 and CE. RGB value is (211,133,206). Sum of RGB (Red+Green+Blue) = 211+133+206=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D385CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385CE is #2C7A31. Grayscale: #A4A4A4. Windows color (decimal): -2914866 or 13534675. OLE color: 13534675.

HSL color Cylindrical-coordinate representation of color #D385CE: hue angle of 303.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385CE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211133206-
CMYK00.370.020.17
HSL303.85º46.99%67.45%-
HSV(B)303.85º36.97%82.75%-
XYZ46.3935.0862.72-
YUV164.64151.34161.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=38.36%
G=24.18%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113320600.370.020.17303.8546.9967.45
HexD385CE0252111302f43
Octal32320531604522146057103
Binary110100111000010111001110010010110100011001100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385CE; }

 p { color: rgb(211,133,206); }

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

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

 a { background-color: rgb(211,133,206); }

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

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

 span { border-color: rgb(211,133,206); }

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