Html Css Color HEX #D03CF9 Medium Orchid

📋 copy color: '#D03CF9'

red 208 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #D03CF9

Tints of Medium Orchid #D03CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 40.23%
G = 11.61%
B = 48.16%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D03CF9 (or 0xD03CF9) is known color: Medium Orchid. HEX triplet: D0, 3C and F9. RGB value is (208,60,249). Sum of RGB (Red+Green+Blue) = 208+60+249=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #D03CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CF9 is #2FC306. Grayscale: #7D7D7D. Windows color (decimal): -3130119 or 16334032. OLE color: 16334032.

HSL color Cylindrical-coordinate representation of color #D03CF9: hue angle of 286.98º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03CF9 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 60 249 -
CMYK 0.16 0.76 0 0.02
HSL 286.98º 0.94% 0.61% -
HSV(B) 286.98º 0.76% 0.98% -
XYZ 44.73 23.48 91.8 -
YUV 125.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 208 60 249 0.16 0.76 0 0.02 286.98 0.94 0.61
Hex D0 3C F9 10 4C 0 2 11F 5E 3D
Octal 320 74 371 20 114 0 2 437 136 75
Binary 11010000 111100 11111001 10000 1001100 0 10 100011111 1011110 111101

Color Harmonies of #D03CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CF9

Black with #D03CF9

Text Example


Text Example

White with #D03CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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