Html Css Color HEX #D22CE5 Medium Orchid

📋 copy color: '#D22CE5'

red 210 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #D22CE5

Tints of Medium Orchid #D22CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.11%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 43.48%
G = 9.11%
B = 47.41%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D22CE5 (or 0xD22CE5) is known color: Medium Orchid. HEX triplet: D2, 2C and E5. RGB value is (210,44,229). Sum of RGB (Red+Green+Blue) = 210+44+229=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #D22CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CE5 is #2DD31A. Grayscale: #727272. Windows color (decimal): -3003163 or 15019218. OLE color: 15019218.

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

Color convert

RGB 210 44 229 -
CMYK 0.08 0.81 0 0.10
HSL 293.84º 0.78% 0.54% -
HSV(B) 293.84º 0.81% 0.9% -
XYZ 41.62 21.16 76.02 -
YUV 114.72 192.5 195.96 -
System Red Green Blue C M Y K H S L
Decimal 210 44 229 0.08 0.81 0 0.10 293.84 0.78 0.54
Hex D2 2C E5 8 51 0 A 126 4E 36
Octal 322 54 345 10 121 0 12 446 116 66
Binary 11010010 101100 11100101 1000 1010001 0 1010 100100110 1001110 110110

Color Harmonies of #D22CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22CE5

Black with #D22CE5

Text Example


Text Example

White with #D22CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22CE5; }

 p { color: rgb(210,44,229); }

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

background-color css

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

 a { background-color: rgb(210,44,229); }

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

border-color css

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

 span { border-color: rgb(210,44,229); }

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