#D088CD

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

Shades of Orchid #D088CD

Tints of Orchid #D088CD

Color information

#D088CD (or 0xD088CD) is unknown color: approx Orchid. HEX triplet: D0, 88 and CD. RGB value is (208,136,205). Sum of RGB (Red+Green+Blue) = 208+136+205=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CD is #2F7732. Grayscale: #A5A5A5. Windows color (decimal): -3110707 or 13469904. OLE color: 13469904.

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

Color convert

RGB208136205-
CMYK00.350.010.18
HSL302.5º43.37%67.45%-
HSV(B)302.5º34.62%81.57%-
XYZ45.8435.4362.18-
YUV165.39150.35158.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=37.89%
G=24.77%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813620500.350.010.18302.543.3767.45
HexD088CD02311212e2b43
Octal32021031504312245653103
Binary11010000100010001100110101000111100101001011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088CD; }

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

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

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

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

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

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

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

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