Html Css Color HEX #D05BE7 Medium Orchid

📋 copy color: '#D05BE7'

red 208 ◦ green 91 ◦ blue 231

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

Shades of Medium Orchid #D05BE7

Tints of Medium Orchid #D05BE7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.17%

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 39.25%
G = 17.17%
B = 43.58%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D05BE7 (or 0xD05BE7) is known color: Medium Orchid. HEX triplet: D0, 5B and E7. RGB value is (208,91,231). Sum of RGB (Red+Green+Blue) = 208+91+231=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #D05BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05BE7 is #2FA418. Grayscale: #8D8D8D. Windows color (decimal): -3122201 or 15162320. OLE color: 15162320.

HSL color Cylindrical-coordinate representation of color #D05BE7: hue angle of 290.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05BE7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 91 231 -
CMYK 0.10 0.61 0 0.09
HSL 290.14º 0.74% 0.63% -
HSV(B) 290.14º 0.61% 0.91% -
XYZ 44.18 26.66 78.42 -
YUV 141.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 208 91 231 0.10 0.61 0 0.09 290.14 0.74 0.63
Hex D0 5B E7 A 3D 0 9 122 4A 3F
Octal 320 133 347 12 75 0 11 442 112 77
Binary 11010000 1011011 11100111 1010 111101 0 1001 100100010 1001010 111111

Color Harmonies of #D05BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05BE7

Black with #D05BE7

Text Example


Text Example

White with #D05BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05BE7; }

 p { color: rgb(208,91,231); }

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

background-color css

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

 a { background-color: rgb(208,91,231); }

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

border-color css

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

 span { border-color: rgb(208,91,231); }

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