Html Css Color HEX #D148EB Medium Orchid

📋 copy color: '#D148EB'

red 209 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #D148EB

Tints of Medium Orchid #D148EB

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 72 (28.52% from 255) = 13.95%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 40.5%
G = 13.95%
B = 45.54%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D148EB (or 0xD148EB) is known color: Medium Orchid. HEX triplet: D1, 48 and EB. RGB value is (209,72,235). Sum of RGB (Red+Green+Blue) = 209+72+235=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #D148EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148EB is #2EB714. Grayscale: #838383. Windows color (decimal): -3061525 or 15419601. OLE color: 15419601.

HSL color Cylindrical-coordinate representation of color #D148EB: hue angle of 290.43º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D148EB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 72 235 -
CMYK 0.11 0.69 0 0.08
HSL 290.43º 0.8% 0.6% -
HSV(B) 290.43º 0.69% 0.92% -
XYZ 43.61 24.19 80.97 -
YUV 131.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 209 72 235 0.11 0.69 0 0.08 290.43 0.8 0.6
Hex D1 48 EB B 45 0 8 122 50 3C
Octal 321 110 353 13 105 0 10 442 120 74
Binary 11010001 1001000 11101011 1011 1000101 0 1000 100100010 1010000 111100

Color Harmonies of #D148EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148EB

Black with #D148EB

Text Example


Text Example

White with #D148EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148EB; }

 p { color: rgb(209,72,235); }

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

background-color css

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

 a { background-color: rgb(209,72,235); }

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

border-color css

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

 span { border-color: rgb(209,72,235); }

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