Html Css Color HEX #D22CE6 Medium Orchid

📋 copy color: '#D22CE6'

red 210 ◦ green 44 ◦ blue 230

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

Shades of Medium Orchid #D22CE6

Tints of Medium Orchid #D22CE6

RGB

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

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

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

R = 43.39%
G = 9.09%
B = 47.52%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D22CE6 (or 0xD22CE6) is known color: Medium Orchid. HEX triplet: D2, 2C and E6. RGB value is (210,44,230). Sum of RGB (Red+Green+Blue) = 210+44+230=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D22CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22CE6 is #2DD319. Grayscale: #727272. Windows color (decimal): -3003162 or 15084754. OLE color: 15084754.

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

Color convert

RGB 210 44 230 -
CMYK 0.09 0.81 0 0.10
HSL 293.55º 0.79% 0.54% -
HSV(B) 293.55º 0.81% 0.9% -
XYZ 41.76 21.22 76.76 -
YUV 114.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 210 44 230 0.09 0.81 0 0.10 293.55 0.79 0.54
Hex D2 2C E6 9 51 0 A 126 4F 36
Octal 322 54 346 11 121 0 12 446 117 66
Binary 11010010 101100 11100110 1001 1010001 0 1010 100100110 1001111 110110

Color Harmonies of #D22CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22CE6

Black with #D22CE6

Text Example


Text Example

White with #D22CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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