#DD75E0

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

Shades of Orchid #DD75E0

Tints of Orchid #DD75E0

Color information

#DD75E0 (or 0xDD75E0) is unknown color: approx Orchid. HEX triplet: DD, 75 and E0. RGB value is (221,117,224). Sum of RGB (Red+Green+Blue) = 221+117+224=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD75E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75E0 is #228A1F. Grayscale: #9F9F9F. Windows color (decimal): -2263584 or 14710237. OLE color: 14710237.

HSL color Cylindrical-coordinate representation of color #DD75E0: hue angle of 298.32º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD75E0 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221117224-
CMYK0.010.4800.12
HSL298.32º63.31%66.86%-
HSV(B)298.32º47.77%87.84%-
XYZ49.6333.4874.37-
YUV160.29163.96171.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 117 (46.09% from 255) = 20.82%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=39.32%
G=20.82%
B=39.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211172240.010.4800.12298.3263.3166.86
HexDD75E01300C12a3f43
Octal33516534016001445277103
Binary110111011110101111000001110000011001001010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75E0; }

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

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

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

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

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

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

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

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