Html Css Color HEX #D04BEF Medium Orchid

📋 copy color: '#D04BEF'

red 208 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #D04BEF

Tints of Medium Orchid #D04BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.37%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 39.85%
G = 14.37%
B = 45.79%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D04BEF (or 0xD04BEF) is known color: Medium Orchid. HEX triplet: D0, 4B and EF. RGB value is (208,75,239). Sum of RGB (Red+Green+Blue) = 208+75+239=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #D04BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BEF is #2FB410. Grayscale: #848484. Windows color (decimal): -3126289 or 15682512. OLE color: 15682512.

HSL color Cylindrical-coordinate representation of color #D04BEF: hue angle of 288.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04BEF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 75 239 -
CMYK 0.13 0.69 0 0.06
HSL 288.66º 0.84% 0.62% -
HSV(B) 288.66º 0.69% 0.94% -
XYZ 44.11 24.67 84.1 -
YUV 133.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 208 75 239 0.13 0.69 0 0.06 288.66 0.84 0.62
Hex D0 4B EF D 45 0 6 121 54 3E
Octal 320 113 357 15 105 0 6 441 124 76
Binary 11010000 1001011 11101111 1101 1000101 0 110 100100001 1010100 111110

Color Harmonies of #D04BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BEF

Black with #D04BEF

Text Example


Text Example

White with #D04BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BEF; }

 p { color: rgb(208,75,239); }

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

background-color css

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

 a { background-color: rgb(208,75,239); }

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

border-color css

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

 span { border-color: rgb(208,75,239); }

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