Html Css Color HEX #D04BDC Medium Orchid

📋 copy color: '#D04BDC'

red 208 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #D04BDC

Tints of Medium Orchid #D04BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 41.35%
G = 14.91%
B = 43.74%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D04BDC (or 0xD04BDC) is known color: Medium Orchid. HEX triplet: D0, 4B and DC. RGB value is (208,75,220). Sum of RGB (Red+Green+Blue) = 208+75+220=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #D04BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BDC is #2FB423. Grayscale: #828282. Windows color (decimal): -3126308 or 14437328. OLE color: 14437328.

HSL color Cylindrical-coordinate representation of color #D04BDC: hue angle of 295.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04BDC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 75 220 -
CMYK 0.05 0.66 0 0.14
HSL 295.03º 0.67% 0.58% -
HSV(B) 295.03º 0.66% 0.86% -
XYZ 41.45 23.61 70.08 -
YUV 131.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 208 75 220 0.05 0.66 0 0.14 295.03 0.67 0.58
Hex D0 4B DC 5 42 0 E 127 43 3A
Octal 320 113 334 5 102 0 16 447 103 72
Binary 11010000 1001011 11011100 101 1000010 0 1110 100100111 1000011 111010

Color Harmonies of #D04BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BDC

Black with #D04BDC

Text Example


Text Example

White with #D04BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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