#D088D0

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

Shades of Orchid #D088D0

Tints of Orchid #D088D0

Color information

#D088D0 (or 0xD088D0) is unknown color: approx Orchid. HEX triplet: D0, 88 and D0. RGB value is (208,136,208). Sum of RGB (Red+Green+Blue) = 208+136+208=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D088D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D0 is #2F772F. Grayscale: #A5A5A5. Windows color (decimal): -3110704 or 13666512. OLE color: 13666512.

HSL color Cylindrical-coordinate representation of color #D088D0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088D0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208136208-
CMYK00.3500.18
HSL300º43.37%67.45%-
HSV(B)300º34.62%81.57%-
XYZ46.235.5764.11-
YUV165.74151.85158.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=37.68%
G=24.64%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813620800.3500.1830043.3767.45
HexD088D002301212c2b43
Octal32021032004302245453103
Binary11010000100010001101000001000110100101001011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088D0; }

 p { color: rgb(208,136,208); }

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

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

 a { background-color: rgb(208,136,208); }

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

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

 span { border-color: rgb(208,136,208); }

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