Html Css Color HEX #D247E6 Medium Orchid

📋 copy color: '#D247E6'

red 210 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #D247E6

Tints of Medium Orchid #D247E6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.89%

 BLUE value IS 230 (90.23% from 255) = 45.01%

R = 41.1%
G = 13.89%
B = 45.01%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D247E6 (or 0xD247E6) is known color: Medium Orchid. HEX triplet: D2, 47 and E6. RGB value is (210,71,230). Sum of RGB (Red+Green+Blue) = 210+71+230=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #D247E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247E6 is #2DB819. Grayscale: #828282. Windows color (decimal): -2996250 or 15091666. OLE color: 15091666.

HSL color Cylindrical-coordinate representation of color #D247E6: hue angle of 292.45º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D247E6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 71 230 -
CMYK 0.09 0.69 0 0.10
HSL 292.45º 0.76% 0.59% -
HSV(B) 292.45º 0.69% 0.9% -
XYZ 43.11 23.92 77.21 -
YUV 130.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 210 71 230 0.09 0.69 0 0.10 292.45 0.76 0.59
Hex D2 47 E6 9 45 0 A 124 4C 3B
Octal 322 107 346 11 105 0 12 444 114 73
Binary 11010010 1000111 11100110 1001 1000101 0 1010 100100100 1001100 111011

Color Harmonies of #D247E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247E6

Black with #D247E6

Text Example


Text Example

White with #D247E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247E6; }

 p { color: rgb(210,71,230); }

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

background-color css

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

 a { background-color: rgb(210,71,230); }

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

border-color css

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

 span { border-color: rgb(210,71,230); }

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