#DD75CE

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

Shades of Orchid #DD75CE

Tints of Orchid #DD75CE

Color information

#DD75CE (or 0xDD75CE) is unknown color: approx Orchid. HEX triplet: DD, 75 and CE. RGB value is (221,117,206). Sum of RGB (Red+Green+Blue) = 221+117+206=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CE is #228A31. Grayscale: #9D9D9D. Windows color (decimal): -2263602 or 13530589. OLE color: 13530589.

HSL color Cylindrical-coordinate representation of color #DD75CE: hue angle of 308.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75CE is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221117206-
CMYK00.470.070.13
HSL308.65º60.47%66.27%-
HSV(B)308.65º47.06%86.67%-
XYZ47.3232.5562.18-
YUV158.24154.96172.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=40.62%
G=21.51%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111720600.470.070.13308.6560.4766.27
HexDD75CE02F7D1353c42
Octal33516531605771546574102
Binary11011101111010111001110010111111111011001101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75CE; }

 p { color: rgb(221,117,206); }

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

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

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

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

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

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

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