#D065D0

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

Shades of Orchid #D065D0

Tints of Orchid #D065D0

Color information

#D065D0 (or 0xD065D0) is unknown color: approx Orchid. HEX triplet: D0, 65 and D0. RGB value is (208,101,208). Sum of RGB (Red+Green+Blue) = 208+101+208=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D065D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065D0 is #2F9A2F. Grayscale: #909090. Windows color (decimal): -3119664 or 13657552. OLE color: 13657552.

HSL color Cylindrical-coordinate representation of color #D065D0: hue angle of 300º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065D0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208101208-
CMYK00.5100.18
HSL300º53.23%60.59%-
HSV(B)300º51.44%81.57%-
XYZ42.0527.2762.72-
YUV145.19163.45172.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=40.23%
G=19.54%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810120800.5100.1830053.2360.59
HexD065D003301212c353d
Octal3201453200630224546575
Binary110100001100101110100000110011010010100101100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065D0; }

 p { color: rgb(208,101,208); }

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

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

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

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

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

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

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