#DD6BDD

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

Shades of Orchid #DD6BDD

Tints of Orchid #DD6BDD

Color information

#DD6BDD (or 0xDD6BDD) is unknown color: approx Orchid. HEX triplet: DD, 6B and DD. RGB value is (221,107,221). Sum of RGB (Red+Green+Blue) = 221+107+221=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BDD is #229422. Grayscale: #999999. Windows color (decimal): -2266147 or 14511069. OLE color: 14511069.

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

Color convert

RGB221107221-
CMYK00.5200.13
HSL300º62.64%64.31%-
HSV(B)300º51.58%86.67%-
XYZ48.1331.1171.87-
YUV154.08165.77175.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=40.26%
G=19.49%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110722100.5200.1330062.6464.31
HexDD6BDD0340D12c3f40
Octal33515333506401545477100
Binary110111011101011110111010110100011011001011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BDD; }

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

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

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

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

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

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

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

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