#D080C7

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

Shades of Orchid #D080C7

Tints of Orchid #D080C7

Color information

#D080C7 (or 0xD080C7) is unknown color: approx Orchid. HEX triplet: D0, 80 and C7. RGB value is (208,128,199). Sum of RGB (Red+Green+Blue) = 208+128+199=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D080C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080C7 is #2F7F38. Grayscale: #9F9F9F. Windows color (decimal): -3112761 or 13074640. OLE color: 13074640.

HSL color Cylindrical-coordinate representation of color #D080C7: hue angle of 306.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080C7 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208128199-
CMYK00.380.040.18
HSL306.75º45.98%65.88%-
HSV(B)306.75º38.46%81.57%-
XYZ44.0432.9758.08-
YUV160.01150162.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=38.88%
G=23.93%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812819900.380.040.18306.7545.9865.88
HexD080C70264121332e42
Octal32020030704642246356102
Binary1101000010000000110001110100110100100101001100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080C7; }

 p { color: rgb(208,128,199); }

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

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

 a { background-color: rgb(208,128,199); }

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

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

 span { border-color: rgb(208,128,199); }

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