#DD6FDD

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

Shades of Orchid #DD6FDD

Tints of Orchid #DD6FDD

Color information

#DD6FDD (or 0xDD6FDD) is unknown color: approx Orchid. HEX triplet: DD, 6F and DD. RGB value is (221,111,221). Sum of RGB (Red+Green+Blue) = 221+111+221=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDD is #229022. Grayscale: #9C9C9C. Windows color (decimal): -2265123 or 14512093. OLE color: 14512093.

HSL color Cylindrical-coordinate representation of color #DD6FDD: hue angle of 300º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FDD is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221111221-
CMYK00.5000.13
HSL300º61.8%65.1%-
HSV(B)300º49.77%86.67%-
XYZ48.5531.9672.02-
YUV156.43164.44174.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 111 (43.75% from 255) = 20.07%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=39.96%
G=20.07%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111122100.5000.1330061.865.1
HexDD6FDD0320D12c3e41
Octal33515733506201545476101
Binary110111011101111110111010110010011011001011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FDD; }

 p { color: rgb(221,111,221); }

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

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

 a { background-color: rgb(221,111,221); }

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

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

 span { border-color: rgb(221,111,221); }

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