#d07fdb

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

Shades of Orchid #D07FDB

Tints of Orchid #D07FDB

Color information

#D07FDB (or 0xD07FDB) is unknown color: approx Orchid. HEX triplet: D0, 7F and DB. RGB value is (208,127,219). Sum of RGB (Red+Green+Blue) = 208+127+219=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDB is #2F8024. Grayscale: #A1A1A1. Windows color (decimal): -3112997 or 14385104. OLE color: 14385104.

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

Color convert

RGB208127219-
CMYK0.050.4200.14
HSL292.83º56.1%67.84%-
HSV(B)292.83º42.01%85.88%-
XYZ46.3933.771.08-
YUV161.71160.34161.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=37.55%
G=22.92%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081272190.050.4200.14292.8356.167.84
HexD07FDB52A0E1253844
Octal32017733355201644570104
Binary11010000111111111011011101101010011101001001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07fdb; }

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

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

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

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

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

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

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

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