#d06fd5

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

Shades of Orchid #D06FD5

Tints of Orchid #D06FD5

Color information

#D06FD5 (or 0xD06FD5) is unknown color: approx Orchid. HEX triplet: D0, 6F and D5. RGB value is (208,111,213). Sum of RGB (Red+Green+Blue) = 208+111+213=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #D06FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD5 is #2F902A. Grayscale: #979797. Windows color (decimal): -3117099 or 13987792. OLE color: 13987792.

HSL color Cylindrical-coordinate representation of color #D06FD5: hue angle of 297.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06FD5 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208111213-
CMYK0.020.4800.16
HSL297.06º54.84%63.53%-
HSV(B)297.06º47.89%83.53%-
XYZ43.7129.5866.36-
YUV151.63162.64168.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=39.10%
G=20.86%
B=40.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081112130.020.4800.16297.0654.8463.53
HexD06FD52300101293740
Octal32015732526002045167100
Binary11010000110111111010101101100000100001001010011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06fd5; }

 p { color: rgb(208,111,213); }

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

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

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

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

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

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

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