Html Css Color HEX #D03CE5 Medium Orchid

📋 copy color: '#D03CE5'

red 208 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #D03CE5

Tints of Medium Orchid #D03CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 41.85%
G = 12.07%
B = 46.08%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D03CE5 (or 0xD03CE5) is known color: Medium Orchid. HEX triplet: D0, 3C and E5. RGB value is (208,60,229). Sum of RGB (Red+Green+Blue) = 208+60+229=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #D03CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CE5 is #2FC31A. Grayscale: #7A7A7A. Windows color (decimal): -3130139 or 15023312. OLE color: 15023312.

HSL color Cylindrical-coordinate representation of color #D03CE5: hue angle of 292.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03CE5 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 60 229 -
CMYK 0.09 0.74 0 0.10
HSL 292.54º 0.76% 0.57% -
HSV(B) 292.54º 0.74% 0.9% -
XYZ 41.77 22.3 76.23 -
YUV 123.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 208 60 229 0.09 0.74 0 0.10 292.54 0.76 0.57
Hex D0 3C E5 9 4A 0 A 125 4C 39
Octal 320 74 345 11 112 0 12 445 114 71
Binary 11010000 111100 11100101 1001 1001010 0 1010 100100101 1001100 111001

Color Harmonies of #D03CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CE5

Black with #D03CE5

Text Example


Text Example

White with #D03CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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