#DD78CA

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

Shades of Orchid #DD78CA

Tints of Orchid #DD78CA

Color information

#DD78CA (or 0xDD78CA) is unknown color: approx Orchid. HEX triplet: DD, 78 and CA. RGB value is (221,120,202). Sum of RGB (Red+Green+Blue) = 221+120+202=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78CA is #228735. Grayscale: #9F9F9F. Windows color (decimal): -2262838 or 13269213. OLE color: 13269213.

HSL color Cylindrical-coordinate representation of color #DD78CA: hue angle of 311.29º degrees, saturation: 0.6, 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 #DD78CA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221120202-
CMYK00.460.090.13
HSL311.29º59.76%66.86%-
HSV(B)311.29º45.7%86.67%-
XYZ47.233.0759.77-
YUV159.55151.96171.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=40.70%
G=22.10%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112020200.460.090.13311.2959.7666.86
HexDD78CA02E9D1373c43
Octal335170312056111546774103
Binary110111011111000110010100101110100111011001101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78CA; }

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

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

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

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

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

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

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

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