#d06bdc

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

Shades of Orchid #D06BDC

Tints of Orchid #D06BDC

Color information

#D06BDC (or 0xD06BDC) is unknown color: approx Orchid. HEX triplet: D0, 6B and DC. RGB value is (208,107,220). Sum of RGB (Red+Green+Blue) = 208+107+220=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D06BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDC is #2F9423. Grayscale: #959595. Windows color (decimal): -3118116 or 14445520. OLE color: 14445520.

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

Color convert

RGB208107220-
CMYK0.050.5100.14
HSL293.63º61.75%64.12%-
HSV(B)293.63º51.36%86.27%-
XYZ44.1929.0971-
YUV150.08167.46169.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=38.88%
G=20%
B=41.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081072200.050.5100.14293.6361.7564.12
HexD06BDC5330E1263e40
Octal32015333456301644676100
Binary11010000110101111011100101110011011101001001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06bdc; }

 p { color: rgb(208,107,220); }

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

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

 a { background-color: rgb(208,107,220); }

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

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

 span { border-color: rgb(208,107,220); }

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