Html Css Color HEX #D22EE6 Medium Orchid

📋 copy color: '#D22EE6'

red 210 ◦ green 46 ◦ blue 230

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

Shades of Medium Orchid #D22EE6

Tints of Medium Orchid #D22EE6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.47%

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

R = 43.21%
G = 9.47%
B = 47.33%

CMYK

 C value IS 0.09

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D22EE6 (or 0xD22EE6) is known color: Medium Orchid. HEX triplet: D2, 2E and E6. RGB value is (210,46,230). Sum of RGB (Red+Green+Blue) = 210+46+230=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #D22EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22EE6 is #2DD119. Grayscale: #737373. Windows color (decimal): -3002650 or 15085266. OLE color: 15085266.

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

Color convert

RGB 210 46 230 -
CMYK 0.09 0.8 0 0.10
HSL 293.48º 0.79% 0.54% -
HSV(B) 293.48º 0.8% 0.9% -
XYZ 41.84 21.37 76.78 -
YUV 116.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 210 46 230 0.09 0.8 0 0.10 293.48 0.79 0.54
Hex D2 2E E6 9 50 0 A 125 4F 36
Octal 322 56 346 11 120 0 12 445 117 66
Binary 11010010 101110 11100110 1001 1010000 0 1010 100100101 1001111 110110

Color Harmonies of #D22EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EE6

Black with #D22EE6

Text Example


Text Example

White with #D22EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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