Html Css Color HEX #D04BEE Medium Orchid

📋 copy color: '#D04BEE'

red 208 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #D04BEE

Tints of Medium Orchid #D04BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 39.92%
G = 14.4%
B = 45.68%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04BEE (or 0xD04BEE) is known color: Medium Orchid. HEX triplet: D0, 4B and EE. RGB value is (208,75,238). Sum of RGB (Red+Green+Blue) = 208+75+238=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BEE is #2FB411. Grayscale: #848484. Windows color (decimal): -3126290 or 15616976. OLE color: 15616976.

HSL color Cylindrical-coordinate representation of color #D04BEE: hue angle of 288.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04BEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 75 238 -
CMYK 0.13 0.68 0 0.07
HSL 288.96º 0.83% 0.61% -
HSV(B) 288.96º 0.68% 0.93% -
XYZ 43.96 24.62 83.32 -
YUV 133.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 208 75 238 0.13 0.68 0 0.07 288.96 0.83 0.61
Hex D0 4B EE D 44 0 7 121 53 3D
Octal 320 113 356 15 104 0 7 441 123 75
Binary 11010000 1001011 11101110 1101 1000100 0 111 100100001 1010011 111101

Color Harmonies of #D04BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BEE

Black with #D04BEE

Text Example


Text Example

White with #D04BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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