#D075BB

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

Shades of Orchid #D075BB

Tints of Orchid #D075BB

Color information

#D075BB (or 0xD075BB) is unknown color: approx Orchid. HEX triplet: D0, 75 and BB. RGB value is (208,117,187). Sum of RGB (Red+Green+Blue) = 208+117+187=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D075BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075BB is #2F8A44. Grayscale: #989898. Windows color (decimal): -3115589 or 12285392. OLE color: 12285392.

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

Color convert

RGB208117187-
CMYK00.440.100.18
HSL313.85º49.19%63.73%-
HSV(B)313.85º43.75%81.57%-
XYZ41.3429.7250.57-
YUV152.19147.65167.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=40.62%
G=22.85%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811718700.440.100.18313.8549.1963.73
HexD075BB02CA1213a3140
Octal320165273054122247261100
Binary1101000011101011011101101011001010100101001110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075BB; }

 p { color: rgb(208,117,187); }

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

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

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

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

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

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

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