#DD78DE

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

Shades of Orchid #DD78DE

Tints of Orchid #DD78DE

Color information

#DD78DE (or 0xDD78DE) is unknown color: approx Orchid. HEX triplet: DD, 78 and DE. RGB value is (221,120,222). Sum of RGB (Red+Green+Blue) = 221+120+222=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DE is #228721. Grayscale: #A1A1A1. Windows color (decimal): -2262818 or 14579933. OLE color: 14579933.

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

Color convert

RGB221120222-
CMYK0.000.4600.13
HSL299.41º60.71%67.06%-
HSV(B)299.41º45.95%87.06%-
XYZ49.7234.0873.06-
YUV161.83161.96170.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=39.25%
G=21.31%
B=39.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211202220.000.4600.13299.4160.7167.06
HexDD78DE02E0D12b3d43
Octal33517033605601545375103
Binary110111011111000110111100101110011011001010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78DE; }

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

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

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

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

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

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

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

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