Html Css Color HEX #D23EDE Medium Orchid

📋 copy color: '#D23EDE'

red 210 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #D23EDE

Tints of Medium Orchid #D23EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.55%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 42.51%
G = 12.55%
B = 44.94%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D23EDE (or 0xD23EDE) is known color: Medium Orchid. HEX triplet: D2, 3E and DE. RGB value is (210,62,222). Sum of RGB (Red+Green+Blue) = 210+62+222=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #D23EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EDE is #2DC121. Grayscale: #7C7C7C. Windows color (decimal): -2998562 or 14565074. OLE color: 14565074.

HSL color Cylindrical-coordinate representation of color #D23EDE: hue angle of 295.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23EDE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 62 222 -
CMYK 0.05 0.72 0 0.13
HSL 295.5º 0.71% 0.56% -
HSV(B) 295.5º 0.72% 0.87% -
XYZ 41.49 22.42 71.25 -
YUV 124.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 210 62 222 0.05 0.72 0 0.13 295.5 0.71 0.56
Hex D2 3E DE 5 48 0 D 128 47 38
Octal 322 76 336 5 110 0 15 450 107 70
Binary 11010010 111110 11011110 101 1001000 0 1101 100101000 1000111 111000

Color Harmonies of #D23EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23EDE

Black with #D23EDE

Text Example


Text Example

White with #D23EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23EDE; }

 p { color: rgb(210,62,222); }

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

background-color css

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

 a { background-color: rgb(210,62,222); }

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

border-color css

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

 span { border-color: rgb(210,62,222); }

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