Html Css Color HEX #D244F3 Medium Orchid

📋 copy color: '#D244F3'

red 210 ◦ green 68 ◦ blue 243

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

Shades of Medium Orchid #D244F3

Tints of Medium Orchid #D244F3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.05%

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

R = 40.31%
G = 13.05%
B = 46.64%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D244F3 (or 0xD244F3) is known color: Medium Orchid. HEX triplet: D2, 44 and F3. RGB value is (210,68,243). Sum of RGB (Red+Green+Blue) = 210+68+243=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #D244F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F3 is #2DBB0C. Grayscale: #818181. Windows color (decimal): -2997005 or 15942866. OLE color: 15942866.

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

Color convert

RGB 210 68 243 -
CMYK 0.14 0.72 0 0.05
HSL 288.69º 0.88% 0.61% -
HSV(B) 288.69º 0.72% 0.95% -
XYZ 44.82 24.31 87.12 -
YUV 130.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 210 68 243 0.14 0.72 0 0.05 288.69 0.88 0.61
Hex D2 44 F3 E 48 0 5 121 58 3D
Octal 322 104 363 16 110 0 5 441 130 75
Binary 11010010 1000100 11110011 1110 1001000 0 101 100100001 1011000 111101

Color Harmonies of #D244F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244F3

Black with #D244F3

Text Example


Text Example

White with #D244F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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