#D07BD6

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

Shades of Orchid #D07BD6

Tints of Orchid #D07BD6

Color information

#D07BD6 (or 0xD07BD6) is unknown color: approx Orchid. HEX triplet: D0, 7B and D6. RGB value is (208,123,214). Sum of RGB (Red+Green+Blue) = 208+123+214=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #D07BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BD6 is #2F8429. Grayscale: #9E9E9E. Windows color (decimal): -3114026 or 14056400. OLE color: 14056400.

HSL color Cylindrical-coordinate representation of color #D07BD6: hue angle of 296.04º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07BD6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208123214-
CMYK0.030.4300.16
HSL296.04º52.6%66.08%-
HSV(B)296.04º42.52%83.92%-
XYZ45.2332.4367.49-
YUV158.79159.16163.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=38.17%
G=22.57%
B=39.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081232140.030.4300.16296.0452.666.08
HexD07BD632B0101283542
Octal32017332635302045065102
Binary11010000111101111010110111010110100001001010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BD6; }

 p { color: rgb(208,123,214); }

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

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

 a { background-color: rgb(208,123,214); }

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

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

 span { border-color: rgb(208,123,214); }

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