Html Css Color HEX #D03CFB Medium Orchid

📋 copy color: '#D03CFB'

red 208 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #D03CFB

Tints of Medium Orchid #D03CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 40.08%
G = 11.56%
B = 48.36%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D03CFB (or 0xD03CFB) is known color: Medium Orchid. HEX triplet: D0, 3C and FB. RGB value is (208,60,251). Sum of RGB (Red+Green+Blue) = 208+60+251=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D03CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CFB is #2FC304. Grayscale: #7D7D7D. Windows color (decimal): -3130117 or 16465104. OLE color: 16465104.

HSL color Cylindrical-coordinate representation of color #D03CFB: hue angle of 286.49º degrees, saturation: 0.96, 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 #D03CFB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 60 251 -
CMYK 0.17 0.76 0 0.02
HSL 286.49º 0.96% 0.61% -
HSV(B) 286.49º 0.76% 0.98% -
XYZ 45.04 23.61 93.45 -
YUV 126.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 208 60 251 0.17 0.76 0 0.02 286.49 0.96 0.61
Hex D0 3C FB 11 4C 0 2 11E 60 3D
Octal 320 74 373 21 114 0 2 436 140 75
Binary 11010000 111100 11111011 10001 1001100 0 10 100011110 1100000 111101

Color Harmonies of #D03CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CFB

Black with #D03CFB

Text Example


Text Example

White with #D03CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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