Html Css Color HEX #D23BDE Medium Orchid

📋 copy color: '#D23BDE'

red 210 ◦ green 59 ◦ blue 222

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

Shades of Medium Orchid #D23BDE

Tints of Medium Orchid #D23BDE

RGB

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

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

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

R = 42.77%
G = 12.02%
B = 45.21%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D23BDE (or 0xD23BDE) is known color: Medium Orchid. HEX triplet: D2, 3B and DE. RGB value is (210,59,222). Sum of RGB (Red+Green+Blue) = 210+59+222=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #D23BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BDE is #2DC421. Grayscale: #7A7A7A. Windows color (decimal): -2999330 or 14564306. OLE color: 14564306.

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

Color convert

RGB 210 59 222 -
CMYK 0.05 0.73 0 0.13
HSL 295.58º 0.71% 0.55% -
HSV(B) 295.58º 0.73% 0.87% -
XYZ 41.33 22.1 71.2 -
YUV 122.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 210 59 222 0.05 0.73 0 0.13 295.58 0.71 0.55
Hex D2 3B DE 5 49 0 D 128 47 37
Octal 322 73 336 5 111 0 15 450 107 67
Binary 11010010 111011 11011110 101 1001001 0 1101 100101000 1000111 110111

Color Harmonies of #D23BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BDE

Black with #D23BDE

Text Example


Text Example

White with #D23BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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