#d05fd8

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

Shades of Orchid #D05FD8

Tints of Orchid #D05FD8

Color information

#D05FD8 (or 0xD05FD8) is unknown color: approx Orchid. HEX triplet: D0, 5F and D8. RGB value is (208,95,216). Sum of RGB (Red+Green+Blue) = 208+95+216=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #D05FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FD8 is #2FA027. Grayscale: #8E8E8E. Windows color (decimal): -3121192 or 14180304. OLE color: 14180304.

HSL color Cylindrical-coordinate representation of color #D05FD8: hue angle of 296.03º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05FD8 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20895216-
CMYK0.040.5600.15
HSL296.03º60.8%60.98%-
HSV(B)296.03º56.02%84.71%-
XYZ42.526.5567.85-
YUV142.58169.44174.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=40.08%
G=18.30%
B=41.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208952160.040.5600.15296.0360.860.98
HexD05FD84380F1283d3d
Octal3201373304700174507575
Binary1101000010111111101100010011100001111100101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05fd8; }

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

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

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

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

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

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

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

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