#DD74DE

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

Shades of Orchid #DD74DE

Tints of Orchid #DD74DE

Color information

#DD74DE (or 0xDD74DE) is unknown color: approx Orchid. HEX triplet: DD, 74 and DE. RGB value is (221,116,222). Sum of RGB (Red+Green+Blue) = 221+116+222=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74DE is #228B21. Grayscale: #9F9F9F. Windows color (decimal): -2263842 or 14578909. OLE color: 14578909.

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

Color convert

RGB221116222-
CMYK0.000.4800.13
HSL299.43º61.63%66.27%-
HSV(B)299.43º47.75%87.06%-
XYZ49.2533.1472.91-
YUV159.48163.29171.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=39.53%
G=20.75%
B=39.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211162220.000.4800.13299.4361.6366.27
HexDD74DE0300D12b3e42
Octal33516433606001545376102
Binary110111011110100110111100110000011011001010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74DE; }

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

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

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

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

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

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

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

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