Html Css Color HEX #D23BDC Medium Orchid

📋 copy color: '#D23BDC'

red 210 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #D23BDC

Tints of Medium Orchid #D23BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 42.94%
G = 12.07%
B = 44.99%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D23BDC (or 0xD23BDC) is known color: Medium Orchid. HEX triplet: D2, 3B and DC. RGB value is (210,59,220). Sum of RGB (Red+Green+Blue) = 210+59+220=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #D23BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BDC is #2DC423. Grayscale: #7A7A7A. Windows color (decimal): -2999332 or 14433234. OLE color: 14433234.

HSL color Cylindrical-coordinate representation of color #D23BDC: hue angle of 296.27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23BDC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 59 220 -
CMYK 0.05 0.73 0 0.14
HSL 296.27º 0.7% 0.55% -
HSV(B) 296.27º 0.73% 0.86% -
XYZ 41.06 22 69.79 -
YUV 122.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 210 59 220 0.05 0.73 0 0.14 296.27 0.7 0.55
Hex D2 3B DC 5 49 0 E 128 46 37
Octal 322 73 334 5 111 0 16 450 106 67
Binary 11010010 111011 11011100 101 1001001 0 1110 100101000 1000110 110111

Color Harmonies of #D23BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BDC

Black with #D23BDC

Text Example


Text Example

White with #D23BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BDC; }

 p { color: rgb(210,59,220); }

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

background-color css

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

 a { background-color: rgb(210,59,220); }

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

border-color css

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

 span { border-color: rgb(210,59,220); }

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