Html Css Color HEX #D05ED5 Orchid

📋 copy color: '#D05ED5'

red 208 ◦ green 94 ◦ blue 213

#D05ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D05ED5

Tints of Orchid #D05ED5

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

 GREEN value IS 94 (37.11% from 255) = 18.25%

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 40.39%
G = 18.25%
B = 41.36%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D05ED5 (or 0xD05ED5) is known color: Orchid. HEX triplet: D0, 5E and D5. RGB value is (208,94,213). Sum of RGB (Red+Green+Blue) = 208+94+213=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #D05ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ED5 is #2FA12A. Grayscale: #8D8D8D. Windows color (decimal): -3121451 or 13983440. OLE color: 13983440.

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

Color convert

RGB 208 94 213 -
CMYK 0.02 0.56 0 0.16
HSL 297.48º 0.59% 0.6% -
HSV(B) 297.48º 0.56% 0.84% -
XYZ 42.03 26.22 65.8 -
YUV 141.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 208 94 213 0.02 0.56 0 0.16 297.48 0.59 0.6
Hex D0 5E D5 2 38 0 10 129 3B 3C
Octal 320 136 325 2 70 0 20 451 73 74
Binary 11010000 1011110 11010101 10 111000 0 10000 100101001 111011 111100

Color Harmonies of #D05ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ED5

Black with #D05ED5

Text Example


Text Example

White with #D05ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ED5; }

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

 H1.HeaderClassName
 {
   color: #D05ED5;
 }
 .AnyTagClassName
 {
   color: #D05ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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