#DD6BD6

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

Shades of Orchid #DD6BD6

Tints of Orchid #DD6BD6

Color information

#DD6BD6 (or 0xDD6BD6) is unknown color: approx Orchid. HEX triplet: DD, 6B and D6. RGB value is (221,107,214). Sum of RGB (Red+Green+Blue) = 221+107+214=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD6 is #229429. Grayscale: #989898. Windows color (decimal): -2266154 or 14052317. OLE color: 14052317.

HSL color Cylindrical-coordinate representation of color #DD6BD6: hue angle of 303.68º 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 #DD6BD6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221107214-
CMYK00.520.030.13
HSL303.68º62.64%64.31%-
HSV(B)303.68º51.58%86.67%-
XYZ47.2130.7467.06-
YUV153.28162.27176.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=40.77%
G=19.74%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110721400.520.030.13303.6862.6464.31
HexDD6BD60343D1303f40
Octal33515332606431546077100
Binary1101110111010111101011001101001111011001100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BD6; }

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

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

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

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

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

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

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

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