Html Css Color HEX #D246F1 Medium Orchid

📋 copy color: '#D246F1'

red 210 ◦ green 70 ◦ blue 241

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

Shades of Medium Orchid #D246F1

Tints of Medium Orchid #D246F1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.44%

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 40.31%
G = 13.44%
B = 46.26%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D246F1 (or 0xD246F1) is known color: Medium Orchid. HEX triplet: D2, 46 and F1. RGB value is (210,70,241). Sum of RGB (Red+Green+Blue) = 210+70+241=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #D246F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246F1 is #2DB90E. Grayscale: #828282. Windows color (decimal): -2996495 or 15812306. OLE color: 15812306.

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

Color convert

RGB 210 70 241 -
CMYK 0.13 0.71 0 0.05
HSL 289.12º 0.86% 0.61% -
HSV(B) 289.12º 0.71% 0.95% -
XYZ 44.65 24.43 85.58 -
YUV 131.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 210 70 241 0.13 0.71 0 0.05 289.12 0.86 0.61
Hex D2 46 F1 D 47 0 5 121 56 3D
Octal 322 106 361 15 107 0 5 441 126 75
Binary 11010010 1000110 11110001 1101 1000111 0 101 100100001 1010110 111101

Color Harmonies of #D246F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246F1

Black with #D246F1

Text Example


Text Example

White with #D246F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246F1; }

 p { color: rgb(210,70,241); }

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

background-color css

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

 a { background-color: rgb(210,70,241); }

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

border-color css

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

 span { border-color: rgb(210,70,241); }

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