#DD6FCB

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

Shades of Orchid #DD6FCB

Tints of Orchid #DD6FCB

Color information

#DD6FCB (or 0xDD6FCB) is unknown color: approx Orchid. HEX triplet: DD, 6F and CB. RGB value is (221,111,203). Sum of RGB (Red+Green+Blue) = 221+111+203=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCB is #229034. Grayscale: #9A9A9A. Windows color (decimal): -2265141 or 13332445. OLE color: 13332445.

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

Color convert

RGB221111203-
CMYK00.500.080.13
HSL309.82º61.8%65.1%-
HSV(B)309.82º49.77%86.67%-
XYZ46.2831.0560.05-
YUV154.38155.44175.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=41.31%
G=20.75%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111120300.500.080.13309.8261.865.1
HexDD6FCB0328D1363e41
Octal335157313062101546676101
Binary110111011101111110010110110010100011011001101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FCB; }

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

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

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

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

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

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

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

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