Html Css Color HEX #D23DED Medium Orchid

📋 copy color: '#D23DED'

red 210 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #D23DED

Tints of Medium Orchid #D23DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.01%

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 41.34%
G = 12.01%
B = 46.65%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D23DED (or 0xD23DED) is known color: Medium Orchid. HEX triplet: D2, 3D and ED. RGB value is (210,61,237). Sum of RGB (Red+Green+Blue) = 210+61+237=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #D23DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DED is #2DC212. Grayscale: #7D7D7D. Windows color (decimal): -2998803 or 15547858. OLE color: 15547858.

HSL color Cylindrical-coordinate representation of color #D23DED: hue angle of 290.8º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DED is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 61 237 -
CMYK 0.11 0.74 0 0.07
HSL 290.8º 0.83% 0.58% -
HSV(B) 290.8º 0.74% 0.93% -
XYZ 43.53 23.15 82.3 -
YUV 125.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 210 61 237 0.11 0.74 0 0.07 290.8 0.83 0.58
Hex D2 3D ED B 4A 0 7 123 53 3A
Octal 322 75 355 13 112 0 7 443 123 72
Binary 11010010 111101 11101101 1011 1001010 0 111 100100011 1010011 111010

Color Harmonies of #D23DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DED

Black with #D23DED

Text Example


Text Example

White with #D23DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DED; }

 p { color: rgb(210,61,237); }

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

background-color css

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

 a { background-color: rgb(210,61,237); }

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

border-color css

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

 span { border-color: rgb(210,61,237); }

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