Html Css Color HEX #D04BDD Medium Orchid

📋 copy color: '#D04BDD'

red 208 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #D04BDD

Tints of Medium Orchid #D04BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 41.27%
G = 14.88%
B = 43.85%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D04BDD (or 0xD04BDD) is known color: Medium Orchid. HEX triplet: D0, 4B and DD. RGB value is (208,75,221). Sum of RGB (Red+Green+Blue) = 208+75+221=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BDD is #2FB422. Grayscale: #828282. Windows color (decimal): -3126307 or 14502864. OLE color: 14502864.

HSL color Cylindrical-coordinate representation of color #D04BDD: hue angle of 294.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04BDD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 75 221 -
CMYK 0.06 0.66 0 0.13
HSL 294.66º 0.68% 0.58% -
HSV(B) 294.66º 0.66% 0.87% -
XYZ 41.58 23.66 70.78 -
YUV 131.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 208 75 221 0.06 0.66 0 0.13 294.66 0.68 0.58
Hex D0 4B DD 6 42 0 D 127 44 3A
Octal 320 113 335 6 102 0 15 447 104 72
Binary 11010000 1001011 11011101 110 1000010 0 1101 100100111 1000100 111010

Color Harmonies of #D04BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BDD

Black with #D04BDD

Text Example


Text Example

White with #D04BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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