Html Css Color HEX #D243F6 Medium Orchid

📋 copy color: '#D243F6'

red 210 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #D243F6

Tints of Medium Orchid #D243F6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.81%

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 40.15%
G = 12.81%
B = 47.04%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D243F6 (or 0xD243F6) is known color: Medium Orchid. HEX triplet: D2, 43 and F6. RGB value is (210,67,246). Sum of RGB (Red+Green+Blue) = 210+67+246=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 67 (26.56% from 255 or 12.81% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #D243F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243F6 is #2DBC09. Grayscale: #818181. Windows color (decimal): -2997258 or 16139218. OLE color: 16139218.

HSL color Cylindrical-coordinate representation of color #D243F6: hue angle of 287.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D243F6 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 67 246 -
CMYK 0.15 0.73 0 0.04
HSL 287.93º 0.91% 0.61% -
HSV(B) 287.93º 0.73% 0.96% -
XYZ 45.22 24.37 89.51 -
YUV 130.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 210 67 246 0.15 0.73 0 0.04 287.93 0.91 0.61
Hex D2 43 F6 F 49 0 4 120 5B 3D
Octal 322 103 366 17 111 0 4 440 133 75
Binary 11010010 1000011 11110110 1111 1001001 0 100 100100000 1011011 111101

Color Harmonies of #D243F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D243F6

Black with #D243F6

Text Example


Text Example

White with #D243F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D243F6; }

 p { color: rgb(210,67,246); }

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

background-color css

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

 a { background-color: rgb(210,67,246); }

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

border-color css

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

 span { border-color: rgb(210,67,246); }

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