Html Css Color HEX #D145ED Medium Orchid

📋 copy color: '#D145ED'

red 209 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #D145ED

Tints of Medium Orchid #D145ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.4%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 40.58%
G = 13.4%
B = 46.02%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D145ED (or 0xD145ED) is known color: Medium Orchid. HEX triplet: D1, 45 and ED. RGB value is (209,69,237). Sum of RGB (Red+Green+Blue) = 209+69+237=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #D145ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145ED is #2EBA12. Grayscale: #818181. Windows color (decimal): -3062291 or 15549905. OLE color: 15549905.

HSL color Cylindrical-coordinate representation of color #D145ED: hue angle of 290º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D145ED is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 69 237 -
CMYK 0.12 0.71 0 0.07
HSL 290º 0.82% 0.6% -
HSV(B) 290º 0.71% 0.93% -
XYZ 43.71 23.93 82.44 -
YUV 130.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 209 69 237 0.12 0.71 0 0.07 290 0.82 0.6
Hex D1 45 ED C 47 0 7 122 52 3C
Octal 321 105 355 14 107 0 7 442 122 74
Binary 11010001 1000101 11101101 1100 1000111 0 111 100100010 1010010 111100

Color Harmonies of #D145ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145ED

Black with #D145ED

Text Example


Text Example

White with #D145ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145ED; }

 p { color: rgb(209,69,237); }

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

background-color css

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

 a { background-color: rgb(209,69,237); }

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

border-color css

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

 span { border-color: rgb(209,69,237); }

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