Html Css Color HEX #D22EE7 Medium Orchid

📋 copy color: '#D22EE7'

red 210 ◦ green 46 ◦ blue 231

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

Shades of Medium Orchid #D22EE7

Tints of Medium Orchid #D22EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 43.12%
G = 9.45%
B = 47.43%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D22EE7 (or 0xD22EE7) is known color: Medium Orchid. HEX triplet: D2, 2E and E7. RGB value is (210,46,231). Sum of RGB (Red+Green+Blue) = 210+46+231=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #D22EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22EE7 is #2DD118. Grayscale: #737373. Windows color (decimal): -3002649 or 15150802. OLE color: 15150802.

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

Color convert

RGB 210 46 231 -
CMYK 0.09 0.80 0 0.09
HSL 293.19º 0.79% 0.54% -
HSV(B) 293.19º 0.8% 0.91% -
XYZ 41.98 21.43 77.52 -
YUV 116.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 210 46 231 0.09 0.80 0 0.09 293.19 0.79 0.54
Hex D2 2E E7 9 50 0 9 125 4F 36
Octal 322 56 347 11 120 0 11 445 117 66
Binary 11010010 101110 11100111 1001 1010000 0 1001 100100101 1001111 110110

Color Harmonies of #D22EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EE7

Black with #D22EE7

Text Example


Text Example

White with #D22EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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