Html Css Color HEX #D05ED1 Orchid

📋 copy color: '#D05ED1'

red 208 ◦ green 94 ◦ blue 209

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

Shades of Orchid #D05ED1

Tints of Orchid #D05ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 40.7%
G = 18.4%
B = 40.9%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D05ED1 (or 0xD05ED1) is known color: Orchid. HEX triplet: D0, 5E and D1. RGB value is (208,94,209). Sum of RGB (Red+Green+Blue) = 208+94+209=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #D05ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ED1 is #2FA12E. Grayscale: #8C8C8C. Windows color (decimal): -3121455 or 13721296. OLE color: 13721296.

HSL color Cylindrical-coordinate representation of color #D05ED1: hue angle of 299.48º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05ED1 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 209 -
CMYK 0.00 0.55 0 0.18
HSL 299.48º 0.56% 0.59% -
HSV(B) 299.48º 0.55% 0.82% -
XYZ 41.52 26.02 63.16 -
YUV 141.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 208 94 209 0.00 0.55 0 0.18 299.48 0.56 0.59
Hex D0 5E D1 0 37 0 12 12B 38 3B
Octal 320 136 321 0 67 0 22 453 70 73
Binary 11010000 1011110 11010001 0 110111 0 10010 100101011 111000 111011

Color Harmonies of #D05ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ED1

Black with #D05ED1

Text Example


Text Example

White with #D05ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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