#D48ACE

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

Shades of Orchid #D48ACE

Tints of Orchid #D48ACE

Color information

#D48ACE (or 0xD48ACE) is unknown color: approx Orchid. HEX triplet: D4, 8A and CE. RGB value is (212,138,206). Sum of RGB (Red+Green+Blue) = 212+138+206=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACE is #2B7531. Grayscale: #A7A7A7. Windows color (decimal): -2848050 or 13535956. OLE color: 13535956.

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

Color convert

RGB212138206-
CMYK00.350.030.17
HSL304.86º46.25%68.63%-
HSV(B)304.86º34.91%83.14%-
XYZ47.3836.6362.97-
YUV167.88149.52159.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=38.13%
G=24.82%
B=37.05%

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
Decimal21213820600.350.030.17304.8646.2568.63
HexD48ACE0233111312e45
Octal32421231604332146156105
Binary110101001000101011001110010001111100011001100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ACE; }

 p { color: rgb(212,138,206); }

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

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

 a { background-color: rgb(212,138,206); }

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

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

 span { border-color: rgb(212,138,206); }

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