Html Css Color HEX #D050F0 Medium Orchid

📋 copy color: '#D050F0'

red 208 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #D050F0

Tints of Medium Orchid #D050F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.15%

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 39.39%
G = 15.15%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D050F0 (or 0xD050F0) is known color: Medium Orchid. HEX triplet: D0, 50 and F0. RGB value is (208,80,240). Sum of RGB (Red+Green+Blue) = 208+80+240=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #D050F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050F0 is #2FAF0F. Grayscale: #888888. Windows color (decimal): -3125008 or 15749328. OLE color: 15749328.

HSL color Cylindrical-coordinate representation of color #D050F0: hue angle of 288º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D050F0 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 80 240 -
CMYK 0.13 0.67 0 0.06
HSL 288º 0.84% 0.63% -
HSV(B) 288º 0.67% 0.94% -
XYZ 44.61 25.44 85 -
YUV 136.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 208 80 240 0.13 0.67 0 0.06 288 0.84 0.63
Hex D0 50 F0 D 43 0 6 120 54 3F
Octal 320 120 360 15 103 0 6 440 124 77
Binary 11010000 1010000 11110000 1101 1000011 0 110 100100000 1010100 111111

Color Harmonies of #D050F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050F0

Black with #D050F0

Text Example


Text Example

White with #D050F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050F0; }

 p { color: rgb(208,80,240); }

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

background-color css

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

 a { background-color: rgb(208,80,240); }

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

border-color css

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

 span { border-color: rgb(208,80,240); }

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