Html Css Color HEX #D03FD7 Medium Orchid

📋 copy color: '#D03FD7'

red 208 ◦ green 63 ◦ blue 215

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

Shades of Medium Orchid #D03FD7

Tints of Medium Orchid #D03FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 12.96%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 42.8%
G = 12.96%
B = 44.24%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D03FD7 (or 0xD03FD7) is known color: Medium Orchid. HEX triplet: D0, 3F and D7. RGB value is (208,63,215). Sum of RGB (Red+Green+Blue) = 208+63+215=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #D03FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FD7 is #2FC028. Grayscale: #7B7B7B. Windows color (decimal): -3129385 or 14106576. OLE color: 14106576.

HSL color Cylindrical-coordinate representation of color #D03FD7: hue angle of 297.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03FD7 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 63 215 -
CMYK 0.03 0.71 0 0.16
HSL 297.24º 0.66% 0.55% -
HSV(B) 297.24º 0.71% 0.84% -
XYZ 40.06 21.87 66.4 -
YUV 123.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 208 63 215 0.03 0.71 0 0.16 297.24 0.66 0.55
Hex D0 3F D7 3 47 0 10 129 42 37
Octal 320 77 327 3 107 0 20 451 102 67
Binary 11010000 111111 11010111 11 1000111 0 10000 100101001 1000010 110111

Color Harmonies of #D03FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FD7

Black with #D03FD7

Text Example


Text Example

White with #D03FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FD7; }

 p { color: rgb(208,63,215); }

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

background-color css

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

 a { background-color: rgb(208,63,215); }

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

border-color css

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

 span { border-color: rgb(208,63,215); }

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