Html Css Color HEX #D244EB Medium Orchid

📋 copy color: '#D244EB'

red 210 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #D244EB

Tints of Medium Orchid #D244EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.26%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 40.94%
G = 13.26%
B = 45.81%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D244EB (or 0xD244EB) is known color: Medium Orchid. HEX triplet: D2, 44 and EB. RGB value is (210,68,235). Sum of RGB (Red+Green+Blue) = 210+68+235=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #D244EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244EB is #2DBB14. Grayscale: #808080. Windows color (decimal): -2997013 or 15418578. OLE color: 15418578.

HSL color Cylindrical-coordinate representation of color #D244EB: hue angle of 291.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D244EB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 68 235 -
CMYK 0.11 0.71 0 0.08
HSL 291.02º 0.81% 0.59% -
HSV(B) 291.02º 0.71% 0.92% -
XYZ 43.64 23.83 80.9 -
YUV 129.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 210 68 235 0.11 0.71 0 0.08 291.02 0.81 0.59
Hex D2 44 EB B 47 0 8 123 51 3B
Octal 322 104 353 13 107 0 10 443 121 73
Binary 11010010 1000100 11101011 1011 1000111 0 1000 100100011 1010001 111011

Color Harmonies of #D244EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244EB

Black with #D244EB

Text Example


Text Example

White with #D244EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244EB; }

 p { color: rgb(210,68,235); }

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

background-color css

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

 a { background-color: rgb(210,68,235); }

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

border-color css

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

 span { border-color: rgb(210,68,235); }

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