#DD75DC

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

Shades of Orchid #DD75DC

Tints of Orchid #DD75DC

Color information

#DD75DC (or 0xDD75DC) is unknown color: approx Orchid. HEX triplet: DD, 75 and DC. RGB value is (221,117,220). Sum of RGB (Red+Green+Blue) = 221+117+220=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DC is #228A23. Grayscale: #9F9F9F. Windows color (decimal): -2263588 or 14448093. OLE color: 14448093.

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

Color convert

RGB221117220-
CMYK00.470.000.13
HSL300.58º60.47%66.27%-
HSV(B)300.58º47.06%86.67%-
XYZ49.133.2671.54-
YUV159.84161.96171.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=39.61%
G=20.97%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111722000.470.000.13300.5860.4766.27
HexDD75DC02F0D12d3c42
Octal33516533405701545574102
Binary110111011110101110111000101111011011001011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75DC; }

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

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

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

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

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

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

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

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