Html Css Color HEX #D05EDF Orchid

📋 copy color: '#D05EDF'

red 208 ◦ green 94 ◦ blue 223

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

Shades of Orchid #D05EDF

Tints of Orchid #D05EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 39.62%
G = 17.9%
B = 42.48%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D05EDF (or 0xD05EDF) is known color: Orchid. HEX triplet: D0, 5E and DF. RGB value is (208,94,223). Sum of RGB (Red+Green+Blue) = 208+94+223=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #D05EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDF is #2FA120. Grayscale: #8E8E8E. Windows color (decimal): -3121441 or 14638800. OLE color: 14638800.

HSL color Cylindrical-coordinate representation of color #D05EDF: hue angle of 293.02º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05EDF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 94 223 -
CMYK 0.07 0.58 0 0.13
HSL 293.02º 0.67% 0.62% -
HSV(B) 293.02º 0.58% 0.87% -
XYZ 43.33 26.74 72.69 -
YUV 142.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 208 94 223 0.07 0.58 0 0.13 293.02 0.67 0.62
Hex D0 5E DF 7 3A 0 D 125 43 3E
Octal 320 136 337 7 72 0 15 445 103 76
Binary 11010000 1011110 11011111 111 111010 0 1101 100100101 1000011 111110

Color Harmonies of #D05EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EDF

Black with #D05EDF

Text Example


Text Example

White with #D05EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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