#DD72CE

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

Shades of Orchid #DD72CE

Tints of Orchid #DD72CE

Color information

#DD72CE (or 0xDD72CE) is unknown color: approx Orchid. HEX triplet: DD, 72 and CE. RGB value is (221,114,206). Sum of RGB (Red+Green+Blue) = 221+114+206=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72CE is #228D31. Grayscale: #9C9C9C. Windows color (decimal): -2264370 or 13529821. OLE color: 13529821.

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

Color convert

RGB221114206-
CMYK00.480.070.13
HSL308.41º61.14%65.69%-
HSV(B)308.41º48.42%86.67%-
XYZ46.9831.8662.07-
YUV156.48155.95174.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=40.85%
G=21.07%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111420600.480.070.13308.4161.1465.69
HexDD72CE0307D1343d42
Octal33516231606071546475102
Binary11011101111001011001110011000011111011001101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72CE; }

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

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

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

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

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

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

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

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