Html Css Color HEX #D04BE4 Medium Orchid

📋 copy color: '#D04BE4'

red 208 ◦ green 75 ◦ blue 228

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

Shades of Medium Orchid #D04BE4

Tints of Medium Orchid #D04BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.62%

R = 40.7%
G = 14.68%
B = 44.62%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D04BE4 (or 0xD04BE4) is known color: Medium Orchid. HEX triplet: D0, 4B and E4. RGB value is (208,75,228). Sum of RGB (Red+Green+Blue) = 208+75+228=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #D04BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BE4 is #2FB41B. Grayscale: #838383. Windows color (decimal): -3126300 or 14961616. OLE color: 14961616.

HSL color Cylindrical-coordinate representation of color #D04BE4: hue angle of 292.16º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04BE4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 75 228 -
CMYK 0.09 0.67 0 0.11
HSL 292.16º 0.74% 0.59% -
HSV(B) 292.16º 0.67% 0.89% -
XYZ 42.53 24.04 75.8 -
YUV 132.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 208 75 228 0.09 0.67 0 0.11 292.16 0.74 0.59
Hex D0 4B E4 9 43 0 B 124 4A 3B
Octal 320 113 344 11 103 0 13 444 112 73
Binary 11010000 1001011 11100100 1001 1000011 0 1011 100100100 1001010 111011

Color Harmonies of #D04BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BE4

Black with #D04BE4

Text Example


Text Example

White with #D04BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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