#DD74C1

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

Shades of Orchid #DD74C1

Tints of Orchid #DD74C1

Color information

#DD74C1 (or 0xDD74C1) is unknown color: approx Orchid. HEX triplet: DD, 74 and C1. RGB value is (221,116,193). Sum of RGB (Red+Green+Blue) = 221+116+193=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C1 is #228B3E. Grayscale: #9B9B9B. Windows color (decimal): -2263871 or 12678365. OLE color: 12678365.

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

Color convert

RGB221116193-
CMYK00.480.130.13
HSL316º60.69%66.08%-
HSV(B)316º47.51%86.67%-
XYZ45.6931.7154.17-
YUV156.17148.79174.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=41.70%
G=21.89%
B=36.42%

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
Decimal22111619300.480.130.1331660.6966.08
HexDD74C1030DD13c3d42
Octal335164301060151547475102
Binary110111011110100110000010110000110111011001111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74C1; }

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

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

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

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

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

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

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

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