#D080CF

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

Shades of Orchid #D080CF

Tints of Orchid #D080CF

Color information

#D080CF (or 0xD080CF) is unknown color: approx Orchid. HEX triplet: D0, 80 and CF. RGB value is (208,128,207). Sum of RGB (Red+Green+Blue) = 208+128+207=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CF is #2F7F30. Grayscale: #A0A0A0. Windows color (decimal): -3112753 or 13598928. OLE color: 13598928.

HSL color Cylindrical-coordinate representation of color #D080CF: hue angle of 300.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 #D080CF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208128207-
CMYK00.380.000.18
HSL300.75º45.98%65.88%-
HSV(B)300.75º38.46%81.57%-
XYZ44.9933.3563.1-
YUV160.93154161.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=38.31%
G=23.57%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812820700.380.000.18300.7545.9865.88
HexD080CF02601212d2e42
Octal32020031704602245556102
Binary11010000100000001100111101001100100101001011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080CF; }

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

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

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

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

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

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

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

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