#DD72C1

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

Shades of Orchid #DD72C1

Tints of Orchid #DD72C1

Color information

#DD72C1 (or 0xDD72C1) is unknown color: approx Orchid. HEX triplet: DD, 72 and C1. RGB value is (221,114,193). Sum of RGB (Red+Green+Blue) = 221+114+193=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72C1 is #228D3E. Grayscale: #9A9A9A. Windows color (decimal): -2264383 or 12677853. OLE color: 12677853.

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

Color convert

RGB221114193-
CMYK00.480.130.13
HSL315.7º61.14%65.69%-
HSV(B)315.7º48.42%86.67%-
XYZ45.4631.2654.09-
YUV155149.45175.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=41.86%
G=21.59%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111419300.480.130.13315.761.1465.69
HexDD72C1030DD13c3d42
Octal335162301060151547475102
Binary110111011110010110000010110000110111011001111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72C1; }

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

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

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

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

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

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

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

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