Html Css Color HEX #D23ADD Medium Orchid

📋 copy color: '#D23ADD'

red 210 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #D23ADD

Tints of Medium Orchid #D23ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 42.94%
G = 11.86%
B = 45.19%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D23ADD (or 0xD23ADD) is known color: Medium Orchid. HEX triplet: D2, 3A and DD. RGB value is (210,58,221). Sum of RGB (Red+Green+Blue) = 210+58+221=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D23ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ADD is #2DC522. Grayscale: #797979. Windows color (decimal): -2999587 or 14498514. OLE color: 14498514.

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

Color convert

RGB 210 58 221 -
CMYK 0.05 0.74 0 0.13
HSL 295.95º 0.71% 0.55% -
HSV(B) 295.95º 0.74% 0.87% -
XYZ 41.14 21.95 70.47 -
YUV 122.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 210 58 221 0.05 0.74 0 0.13 295.95 0.71 0.55
Hex D2 3A DD 5 4A 0 D 128 47 37
Octal 322 72 335 5 112 0 15 450 107 67
Binary 11010010 111010 11011101 101 1001010 0 1101 100101000 1000111 110111

Color Harmonies of #D23ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23ADD

Black with #D23ADD

Text Example


Text Example

White with #D23ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23ADD; }

 p { color: rgb(210,58,221); }

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

background-color css

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

 a { background-color: rgb(210,58,221); }

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

border-color css

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

 span { border-color: rgb(210,58,221); }

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