#D06DDA

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

Shades of Orchid #D06DDA

Tints of Orchid #D06DDA

Color information

#D06DDA (or 0xD06DDA) is unknown color: approx Orchid. HEX triplet: D0, 6D and DA. RGB value is (208,109,218). Sum of RGB (Red+Green+Blue) = 208+109+218=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDA is #2F9225. Grayscale: #969696. Windows color (decimal): -3117606 or 14314960. OLE color: 14314960.

HSL color Cylindrical-coordinate representation of color #D06DDA: hue angle of 294.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DDA is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208109218-
CMYK0.050.500.15
HSL294.5º59.56%64.12%-
HSV(B)294.5º50%85.49%-
XYZ44.1429.4169.68-
YUV151.03165.8168.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 109 (42.97% from 255) = 20.37%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=38.88%
G=20.37%
B=40.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081092180.050.500.15294.559.5664.12
HexD06DDA5320F1263c40
Octal32015533256201744674100
Binary11010000110110111011010101110010011111001001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06DDA; }

 p { color: rgb(208,109,218); }

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

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

 a { background-color: rgb(208,109,218); }

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

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

 span { border-color: rgb(208,109,218); }

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