Html Css Color HEX #D248F3 Medium Orchid

📋 copy color: '#D248F3'

red 210 ◦ green 72 ◦ blue 243

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

Shades of Medium Orchid #D248F3

Tints of Medium Orchid #D248F3

RGB

 RED value IS 210 (82.42% from 255) = 40%

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

 BLUE value IS 243 (95.31% from 255) = 46.29%

R = 40%
G = 13.71%
B = 46.29%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D248F3 (or 0xD248F3) is known color: Medium Orchid. HEX triplet: D2, 48 and F3. RGB value is (210,72,243). Sum of RGB (Red+Green+Blue) = 210+72+243=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #D248F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248F3 is #2DB70C. Grayscale: #848484. Windows color (decimal): -2995981 or 15943890. OLE color: 15943890.

HSL color Cylindrical-coordinate representation of color #D248F3: hue angle of 288.42º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D248F3 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 72 243 -
CMYK 0.14 0.70 0 0.05
HSL 288.42º 0.88% 0.62% -
HSV(B) 288.42º 0.7% 0.95% -
XYZ 45.07 24.81 87.21 -
YUV 132.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 210 72 243 0.14 0.70 0 0.05 288.42 0.88 0.62
Hex D2 48 F3 E 46 0 5 120 58 3E
Octal 322 110 363 16 106 0 5 440 130 76
Binary 11010010 1001000 11110011 1110 1000110 0 101 100100000 1011000 111110

Color Harmonies of #D248F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248F3

Black with #D248F3

Text Example


Text Example

White with #D248F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248F3; }

 p { color: rgb(210,72,243); }

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

background-color css

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

 a { background-color: rgb(210,72,243); }

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

border-color css

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

 span { border-color: rgb(210,72,243); }

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