Html Css Color HEX #D04BDA Medium Orchid

📋 copy color: '#D04BDA'

red 208 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #D04BDA

Tints of Medium Orchid #D04BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 41.52%
G = 14.97%
B = 43.51%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D04BDA (or 0xD04BDA) is known color: Medium Orchid. HEX triplet: D0, 4B and DA. RGB value is (208,75,218). Sum of RGB (Red+Green+Blue) = 208+75+218=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BDA is #2FB425. Grayscale: #828282. Windows color (decimal): -3126310 or 14306256. OLE color: 14306256.

HSL color Cylindrical-coordinate representation of color #D04BDA: hue angle of 295.8º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04BDA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 75 218 -
CMYK 0.05 0.66 0 0.15
HSL 295.8º 0.66% 0.57% -
HSV(B) 295.8º 0.66% 0.85% -
XYZ 41.18 23.5 68.7 -
YUV 131.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 208 75 218 0.05 0.66 0 0.15 295.8 0.66 0.57
Hex D0 4B DA 5 42 0 F 128 42 39
Octal 320 113 332 5 102 0 17 450 102 71
Binary 11010000 1001011 11011010 101 1000010 0 1111 100101000 1000010 111001

Color Harmonies of #D04BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BDA

Black with #D04BDA

Text Example


Text Example

White with #D04BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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