#D085CB

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

Shades of Orchid #D085CB

Tints of Orchid #D085CB

Color information

#D085CB (or 0xD085CB) is unknown color: approx Orchid. HEX triplet: D0, 85 and CB. RGB value is (208,133,203). Sum of RGB (Red+Green+Blue) = 208+133+203=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D085CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085CB is #2F7A34. Grayscale: #A3A3A3. Windows color (decimal): -3111477 or 13338064. OLE color: 13338064.

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

Color convert

RGB208133203-
CMYK00.360.020.18
HSL304º44.38%66.86%-
HSV(B)304º36.06%81.57%-
XYZ45.1834.560.78-
YUV163.4150.35159.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=38.24%
G=24.45%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813320300.360.020.1830444.3866.86
HexD085CB0242121302c43
Octal32020531304422246054103
Binary110100001000010111001011010010010100101001100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085CB; }

 p { color: rgb(208,133,203); }

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

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

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

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

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

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

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