#D060D1

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

Shades of Orchid #D060D1

Tints of Orchid #D060D1

Color information

#D060D1 (or 0xD060D1) is unknown color: approx Orchid. HEX triplet: D0, 60 and D1. RGB value is (208,96,209). Sum of RGB (Red+Green+Blue) = 208+96+209=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #D060D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060D1 is #2F9F2E. Grayscale: #8E8E8E. Windows color (decimal): -3120943 or 13721808. OLE color: 13721808.

HSL color Cylindrical-coordinate representation of color #D060D1: hue angle of 299.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060D1 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20896209-
CMYK0.000.5400.18
HSL299.47º55.12%59.8%-
HSV(B)299.47º54.07%81.96%-
XYZ41.726.3863.22-
YUV142.37165.61174.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=40.55%
G=18.71%
B=40.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208962090.000.5400.18299.4755.1259.8
HexD060D103601212b373c
Octal3201403210660224536774
Binary110100001100000110100010110110010010100101011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060D1; }

 p { color: rgb(208,96,209); }

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

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

 a { background-color: rgb(208,96,209); }

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

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

 span { border-color: rgb(208,96,209); }

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