Html Css Color HEX #D145EB Medium Orchid

📋 copy color: '#D145EB'

red 209 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #D145EB

Tints of Medium Orchid #D145EB

RGB

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

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

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

R = 40.74%
G = 13.45%
B = 45.81%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D145EB (or 0xD145EB) is known color: Medium Orchid. HEX triplet: D1, 45 and EB. RGB value is (209,69,235). Sum of RGB (Red+Green+Blue) = 209+69+235=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #D145EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145EB is #2EBA14. Grayscale: #818181. Windows color (decimal): -3062293 or 15418833. OLE color: 15418833.

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

Color convert

RGB 209 69 235 -
CMYK 0.11 0.71 0 0.08
HSL 290.6º 0.81% 0.6% -
HSV(B) 290.6º 0.71% 0.92% -
XYZ 43.42 23.81 80.9 -
YUV 129.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 209 69 235 0.11 0.71 0 0.08 290.6 0.81 0.6
Hex D1 45 EB B 47 0 8 123 51 3C
Octal 321 105 353 13 107 0 10 443 121 74
Binary 11010001 1000101 11101011 1011 1000111 0 1000 100100011 1010001 111100

Color Harmonies of #D145EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145EB

Black with #D145EB

Text Example


Text Example

White with #D145EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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