#DD6BC9

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

Shades of Orchid #DD6BC9

Tints of Orchid #DD6BC9

Color information

#DD6BC9 (or 0xDD6BC9) is unknown color: approx Orchid. HEX triplet: DD, 6B and C9. RGB value is (221,107,201). Sum of RGB (Red+Green+Blue) = 221+107+201=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC9 is #229436. Grayscale: #979797. Windows color (decimal): -2266167 or 13200349. OLE color: 13200349.

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

Color convert

RGB221107201-
CMYK00.520.090.13
HSL310.53º62.64%64.31%-
HSV(B)310.53º51.58%86.67%-
XYZ45.6230.158.66-
YUV151.8155.77177.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 107 (42.19% from 255) = 20.23%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=41.78%
G=20.23%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110720100.520.090.13310.5362.6464.31
HexDD6BC90349D1373f40
Octal335153311064111546777100
Binary110111011101011110010010110100100111011001101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BC9; }

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

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

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

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

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

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

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

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