#DD70CE

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

Shades of Orchid #DD70CE

Tints of Orchid #DD70CE

Color information

#DD70CE (or 0xDD70CE) is unknown color: approx Orchid. HEX triplet: DD, 70 and CE. RGB value is (221,112,206). Sum of RGB (Red+Green+Blue) = 221+112+206=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CE is #228F31. Grayscale: #9B9B9B. Windows color (decimal): -2264882 or 13529309. OLE color: 13529309.

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

Color convert

RGB221112206-
CMYK00.490.070.13
HSL308.26º61.58%65.29%-
HSV(B)308.26º49.32%86.67%-
XYZ46.7531.4261.99-
YUV155.31156.61174.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=41.00%
G=20.78%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111220600.490.070.13308.2661.5865.29
HexDD70CE0317D1343e41
Octal33516031606171546476101
Binary11011101111000011001110011000111111011001101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD70CE; }

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

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

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

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

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

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

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

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