#D07DDB

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

Shades of Orchid #D07DDB

Tints of Orchid #D07DDB

Color information

#D07DDB (or 0xD07DDB) is unknown color: approx Orchid. HEX triplet: D0, 7D and DB. RGB value is (208,125,219). Sum of RGB (Red+Green+Blue) = 208+125+219=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDB is #2F8224. Grayscale: #A0A0A0. Windows color (decimal): -3113509 or 14384592. OLE color: 14384592.

HSL color Cylindrical-coordinate representation of color #D07DDB: hue angle of 292.98º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07DDB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208125219-
CMYK0.050.4300.14
HSL292.98º56.63%67.45%-
HSV(B)292.98º42.92%85.88%-
XYZ46.1333.1970.99-
YUV160.53161161.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=37.68%
G=22.64%
B=39.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081252190.050.4300.14292.9856.6367.45
HexD07DDB52B0E1253943
Octal32017533355301644571103
Binary11010000111110111011011101101011011101001001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DDB; }

 p { color: rgb(208,125,219); }

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

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

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

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

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

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

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