Html Css Color HEX #D03CDC Medium Orchid

📋 copy color: '#D03CDC'

red 208 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #D03CDC

Tints of Medium Orchid #D03CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.3%

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

R = 42.62%
G = 12.3%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03CDC (or 0xD03CDC) is known color: Medium Orchid. HEX triplet: D0, 3C and DC. RGB value is (208,60,220). Sum of RGB (Red+Green+Blue) = 208+60+220=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D03CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CDC is #2FC323. Grayscale: #7A7A7A. Windows color (decimal): -3130148 or 14433488. OLE color: 14433488.

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

Color convert

RGB 208 60 220 -
CMYK 0.05 0.73 0 0.14
HSL 295.5º 0.7% 0.55% -
HSV(B) 295.5º 0.73% 0.86% -
XYZ 40.55 21.81 69.78 -
YUV 122.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 208 60 220 0.05 0.73 0 0.14 295.5 0.7 0.55
Hex D0 3C DC 5 49 0 E 128 46 37
Octal 320 74 334 5 111 0 16 450 106 67
Binary 11010000 111100 11011100 101 1001001 0 1110 100101000 1000110 110111

Color Harmonies of #D03CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CDC

Black with #D03CDC

Text Example


Text Example

White with #D03CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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