Html Css Color HEX #D248E6 Medium Orchid

📋 copy color: '#D248E6'

red 210 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #D248E6

Tints of Medium Orchid #D248E6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.06%

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

R = 41.02%
G = 14.06%
B = 44.92%

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

#D248E6 (or 0xD248E6) is known color: Medium Orchid. HEX triplet: D2, 48 and E6. RGB value is (210,72,230). Sum of RGB (Red+Green+Blue) = 210+72+230=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #D248E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248E6 is #2DB719. Grayscale: #828282. Windows color (decimal): -2995994 or 15091922. OLE color: 15091922.

HSL color Cylindrical-coordinate representation of color #D248E6: hue angle of 292.41º 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 #D248E6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 72 230 -
CMYK 0.09 0.69 0 0.10
HSL 292.41º 0.76% 0.59% -
HSV(B) 292.41º 0.69% 0.9% -
XYZ 43.18 24.05 77.23 -
YUV 131.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 210 72 230 0.09 0.69 0 0.10 292.41 0.76 0.59
Hex D2 48 E6 9 45 0 A 124 4C 3B
Octal 322 110 346 11 105 0 12 444 114 73
Binary 11010010 1001000 11100110 1001 1000101 0 1010 100100100 1001100 111011

Color Harmonies of #D248E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248E6

Black with #D248E6

Text Example


Text Example

White with #D248E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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