#D48ACF

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

Shades of Orchid #D48ACF

Tints of Orchid #D48ACF

Color information

#D48ACF (or 0xD48ACF) is unknown color: approx Orchid. HEX triplet: D4, 8A and CF. RGB value is (212,138,207). Sum of RGB (Red+Green+Blue) = 212+138+207=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACF is #2B7530. Grayscale: #A7A7A7. Windows color (decimal): -2848049 or 13601492. OLE color: 13601492.

HSL color Cylindrical-coordinate representation of color #D48ACF: hue angle of 304.05º 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 #D48ACF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212138207-
CMYK00.350.020.17
HSL304.05º46.25%68.63%-
HSV(B)304.05º34.91%83.14%-
XYZ47.536.6863.61-
YUV167.99150.02159.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=38.06%
G=24.78%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213820700.350.020.17304.0546.2568.63
HexD48ACF0232111302e45
Octal32421231704322146056105
Binary110101001000101011001111010001110100011001100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ACF; }

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

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

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

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

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

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

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

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