Html Css Color HEX #D03CFF Medium Orchid

📋 copy color: '#D03CFF'

red 208 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #D03CFF

Tints of Medium Orchid #D03CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 39.77%
G = 11.47%
B = 48.76%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D03CFF (or 0xD03CFF) is known color: Medium Orchid. HEX triplet: D0, 3C and FF. RGB value is (208,60,255). Sum of RGB (Red+Green+Blue) = 208+60+255=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #D03CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CFF is #2FC300. Grayscale: #7D7D7D. Windows color (decimal): -3130113 or 16727248. OLE color: 16727248.

HSL color Cylindrical-coordinate representation of color #D03CFF: hue angle of 285.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03CFF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 60 255 -
CMYK 0.18 0.76 0 0
HSL 285.54º 1% 0.62% -
HSV(B) 285.54º 0.76% 1% -
XYZ 45.68 23.86 96.81 -
YUV 126.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 208 60 255 0.18 0.76 0 0 285.54 1 0.62
Hex D0 3C FF 12 4C 0 0 11E 64 3E
Octal 320 74 377 22 114 0 0 436 144 76
Binary 11010000 111100 11111111 10010 1001100 0 0 100011110 1100100 111110

Color Harmonies of #D03CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CFF

Black with #D03CFF

Text Example


Text Example

White with #D03CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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