#D078CE

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

Shades of Orchid #D078CE

Tints of Orchid #D078CE

Color information

#D078CE (or 0xD078CE) is unknown color: approx Orchid. HEX triplet: D0, 78 and CE. RGB value is (208,120,206). Sum of RGB (Red+Green+Blue) = 208+120+206=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CE is #2F8731. Grayscale: #9B9B9B. Windows color (decimal): -3114802 or 13531344. OLE color: 13531344.

HSL color Cylindrical-coordinate representation of color #D078CE: hue angle of 301.36º 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 #D078CE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208120206-
CMYK00.420.010.18
HSL301.36º48.35%64.31%-
HSV(B)301.36º42.31%81.57%-
XYZ43.8731.362.12-
YUV156.12156.15165.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 22.47%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=38.95%
G=22.47%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812020600.420.010.18301.3648.3564.31
HexD078CE02A11212d3040
Octal32017031605212245560100
Binary1101000011110001100111001010101100101001011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078CE; }

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

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

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

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

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

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

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

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