Html Css Color HEX #D348F5 Medium Orchid

📋 copy color: '#D348F5'

red 211 ◦ green 72 ◦ blue 245

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

Shades of Medium Orchid #D348F5

Tints of Medium Orchid #D348F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 39.96%
G = 13.64%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D348F5 (or 0xD348F5) is known color: Medium Orchid. HEX triplet: D3, 48 and F5. RGB value is (211,72,245). Sum of RGB (Red+Green+Blue) = 211+72+245=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #D348F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348F5 is #2CB70A. Grayscale: #848484. Windows color (decimal): -2930443 or 16074963. OLE color: 16074963.

HSL color Cylindrical-coordinate representation of color #D348F5: hue angle of 288.21º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348F5 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 72 245 -
CMYK 0.14 0.71 0 0.04
HSL 288.21º 0.9% 0.62% -
HSV(B) 288.21º 0.71% 0.96% -
XYZ 45.66 25.08 88.82 -
YUV 133.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 211 72 245 0.14 0.71 0 0.04 288.21 0.9 0.62
Hex D3 48 F5 E 47 0 4 120 5A 3E
Octal 323 110 365 16 107 0 4 440 132 76
Binary 11010011 1001000 11110101 1110 1000111 0 100 100100000 1011010 111110

Color Harmonies of #D348F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348F5

Black with #D348F5

Text Example


Text Example

White with #D348F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348F5; }

 p { color: rgb(211,72,245); }

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

background-color css

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

 a { background-color: rgb(211,72,245); }

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

border-color css

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

 span { border-color: rgb(211,72,245); }

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