Html Css Color HEX #D345ED Medium Orchid

📋 copy color: '#D345ED'

red 211 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #D345ED

Tints of Medium Orchid #D345ED

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

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

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

R = 40.81%
G = 13.35%
B = 45.84%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D345ED (or 0xD345ED) is known color: Medium Orchid. HEX triplet: D3, 45 and ED. RGB value is (211,69,237). Sum of RGB (Red+Green+Blue) = 211+69+237=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #D345ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345ED is #2CBA12. Grayscale: #828282. Windows color (decimal): -2931219 or 15549907. OLE color: 15549907.

HSL color Cylindrical-coordinate representation of color #D345ED: hue angle of 290.71º 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 #D345ED is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 69 237 -
CMYK 0.11 0.71 0 0.07
HSL 290.71º 0.82% 0.6% -
HSV(B) 290.71º 0.71% 0.93% -
XYZ 44.28 24.22 82.46 -
YUV 130.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 211 69 237 0.11 0.71 0 0.07 290.71 0.82 0.6
Hex D3 45 ED B 47 0 7 123 52 3C
Octal 323 105 355 13 107 0 7 443 122 74
Binary 11010011 1000101 11101101 1011 1000111 0 111 100100011 1010010 111100

Color Harmonies of #D345ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D345ED

Black with #D345ED

Text Example


Text Example

White with #D345ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D345ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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