#D05FD6

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

Shades of Orchid #D05FD6

Tints of Orchid #D05FD6

Color information

#D05FD6 (or 0xD05FD6) is unknown color: approx Orchid. HEX triplet: D0, 5F and D6. RGB value is (208,95,214). Sum of RGB (Red+Green+Blue) = 208+95+214=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #D05FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FD6 is #2FA029. Grayscale: #8D8D8D. Windows color (decimal): -3121194 or 14049232. OLE color: 14049232.

HSL color Cylindrical-coordinate representation of color #D05FD6: hue angle of 296.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05FD6 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20895214-
CMYK0.030.5600.16
HSL296.97º59.2%60.59%-
HSV(B)296.97º55.61%83.92%-
XYZ42.2426.4566.5-
YUV142.35168.44174.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=40.23%
G=18.38%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208952140.030.5600.16296.9759.260.59
HexD05FD63380101293b3d
Octal3201373263700204517375
Binary1101000010111111101011011111000010000100101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FD6; }

 p { color: rgb(208,95,214); }

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

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

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

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

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

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

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