Html Css Color HEX #D04CDC Medium Orchid

📋 copy color: '#D04CDC'

red 208 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #D04CDC

Tints of Medium Orchid #D04CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

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

R = 41.27%
G = 15.08%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D04CDC (or 0xD04CDC) is known color: Medium Orchid. HEX triplet: D0, 4C and DC. RGB value is (208,76,220). Sum of RGB (Red+Green+Blue) = 208+76+220=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #D04CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDC is #2FB323. Grayscale: #838383. Windows color (decimal): -3126052 or 14437584. OLE color: 14437584.

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

Color convert

RGB 208 76 220 -
CMYK 0.05 0.65 0 0.14
HSL 295º 0.67% 0.58% -
HSV(B) 295º 0.65% 0.86% -
XYZ 41.52 23.75 70.11 -
YUV 131.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 208 76 220 0.05 0.65 0 0.14 295 0.67 0.58
Hex D0 4C DC 5 41 0 E 127 43 3A
Octal 320 114 334 5 101 0 16 447 103 72
Binary 11010000 1001100 11011100 101 1000001 0 1110 100100111 1000011 111010

Color Harmonies of #D04CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CDC

Black with #D04CDC

Text Example


Text Example

White with #D04CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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