Html Css Color HEX #D246EF Medium Orchid

📋 copy color: '#D246EF'

red 210 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #D246EF

Tints of Medium Orchid #D246EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 40.46%
G = 13.49%
B = 46.05%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D246EF (or 0xD246EF) is known color: Medium Orchid. HEX triplet: D2, 46 and EF. RGB value is (210,70,239). Sum of RGB (Red+Green+Blue) = 210+70+239=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #D246EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246EF is #2DB910. Grayscale: #828282. Windows color (decimal): -2996497 or 15681234. OLE color: 15681234.

HSL color Cylindrical-coordinate representation of color #D246EF: hue angle of 289.7º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D246EF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 70 239 -
CMYK 0.12 0.71 0 0.06
HSL 289.7º 0.84% 0.61% -
HSV(B) 289.7º 0.71% 0.94% -
XYZ 44.35 24.31 84.02 -
YUV 131.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 210 70 239 0.12 0.71 0 0.06 289.7 0.84 0.61
Hex D2 46 EF C 47 0 6 122 54 3D
Octal 322 106 357 14 107 0 6 442 124 75
Binary 11010010 1000110 11101111 1100 1000111 0 110 100100010 1010100 111101

Color Harmonies of #D246EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246EF

Black with #D246EF

Text Example


Text Example

White with #D246EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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