#D05FDA

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

Shades of Orchid #D05FDA

Tints of Orchid #D05FDA

Color information

#D05FDA (or 0xD05FDA) is unknown color: approx Orchid. HEX triplet: D0, 5F and DA. RGB value is (208,95,218). Sum of RGB (Red+Green+Blue) = 208+95+218=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #D05FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDA is #2FA025. Grayscale: #8E8E8E. Windows color (decimal): -3121190 or 14311376. OLE color: 14311376.

HSL color Cylindrical-coordinate representation of color #D05FDA: hue angle of 295.12º degrees, saturation: 0.62, 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 #D05FDA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20895218-
CMYK0.050.5600.15
HSL295.12º62.44%61.37%-
HSV(B)295.12º56.42%85.49%-
XYZ42.7626.6669.22-
YUV142.81170.44174.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=39.92%
G=18.23%
B=41.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208952180.050.5600.15295.1262.4461.37
HexD05FDA5380F1273e3d
Octal3201373325700174477675
Binary1101000010111111101101010111100001111100100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FDA; }

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

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

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

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

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

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

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

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