#D078CC

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

Shades of Orchid #D078CC

Tints of Orchid #D078CC

Color information

#D078CC (or 0xD078CC) is unknown color: approx Orchid. HEX triplet: D0, 78 and CC. RGB value is (208,120,204). Sum of RGB (Red+Green+Blue) = 208+120+204=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CC is #2F8733. Grayscale: #9B9B9B. Windows color (decimal): -3114804 or 13400272. OLE color: 13400272.

HSL color Cylindrical-coordinate representation of color #D078CC: hue angle of 302.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078CC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208120204-
CMYK00.420.020.18
HSL302.73º48.35%64.31%-
HSV(B)302.73º42.31%81.57%-
XYZ43.6331.260.85-
YUV155.89155.15165.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=39.10%
G=22.56%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812020400.420.020.18302.7348.3564.31
HexD078CC02A21212f3040
Octal32017031405222245760100
Binary11010000111100011001100010101010100101001011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078CC; }

 p { color: rgb(208,120,204); }

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

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

 a { background-color: rgb(208,120,204); }

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

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

 span { border-color: rgb(208,120,204); }

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