#DD6BC2

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

Shades of Orchid #DD6BC2

Tints of Orchid #DD6BC2

Color information

#DD6BC2 (or 0xDD6BC2) is unknown color: approx Orchid. HEX triplet: DD, 6B and C2. RGB value is (221,107,194). Sum of RGB (Red+Green+Blue) = 221+107+194=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC2 is #22943D. Grayscale: #969696. Windows color (decimal): -2266174 or 12741597. OLE color: 12741597.

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

Color convert

RGB221107194-
CMYK00.520.120.13
HSL314.21º62.64%64.31%-
HSV(B)314.21º51.58%86.67%-
XYZ44.8129.7854.43-
YUV151152.27177.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=42.34%
G=20.50%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110719400.520.120.13314.2162.6464.31
HexDD6BC2034CD13a3f40
Octal335153302064141547277100
Binary110111011101011110000100110100110011011001110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BC2; }

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

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

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

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

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

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

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

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