Html Css Color HEX #D04BEC Medium Orchid

📋 copy color: '#D04BEC'

red 208 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #D04BEC

Tints of Medium Orchid #D04BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 40.08%
G = 14.45%
B = 45.47%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04BEC (or 0xD04BEC) is known color: Medium Orchid. HEX triplet: D0, 4B and EC. RGB value is (208,75,236). Sum of RGB (Red+Green+Blue) = 208+75+236=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #D04BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BEC is #2FB413. Grayscale: #848484. Windows color (decimal): -3126292 or 15485904. OLE color: 15485904.

HSL color Cylindrical-coordinate representation of color #D04BEC: hue angle of 289.57º degrees, saturation: 0.81, 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 #D04BEC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 75 236 -
CMYK 0.12 0.68 0 0.07
HSL 289.57º 0.81% 0.61% -
HSV(B) 289.57º 0.68% 0.93% -
XYZ 43.67 24.5 81.78 -
YUV 133.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 208 75 236 0.12 0.68 0 0.07 289.57 0.81 0.61
Hex D0 4B EC C 44 0 7 122 51 3D
Octal 320 113 354 14 104 0 7 442 121 75
Binary 11010000 1001011 11101100 1100 1000100 0 111 100100010 1010001 111101

Color Harmonies of #D04BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BEC

Black with #D04BEC

Text Example


Text Example

White with #D04BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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