Html Css Color HEX #D23CDE Medium Orchid

📋 copy color: '#D23CDE'

red 210 ◦ green 60 ◦ blue 222

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

Shades of Medium Orchid #D23CDE

Tints of Medium Orchid #D23CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 42.68%
G = 12.2%
B = 45.12%

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

#D23CDE (or 0xD23CDE) is known color: Medium Orchid. HEX triplet: D2, 3C and DE. RGB value is (210,60,222). Sum of RGB (Red+Green+Blue) = 210+60+222=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #D23CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CDE is #2DC321. Grayscale: #7A7A7A. Windows color (decimal): -2999074 or 14564562. OLE color: 14564562.

HSL color Cylindrical-coordinate representation of color #D23CDE: hue angle of 295.56º 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 #D23CDE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 60 222 -
CMYK 0.05 0.73 0 0.13
HSL 295.56º 0.71% 0.55% -
HSV(B) 295.56º 0.73% 0.87% -
XYZ 41.38 22.21 71.21 -
YUV 123.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 210 60 222 0.05 0.73 0 0.13 295.56 0.71 0.55
Hex D2 3C DE 5 49 0 D 128 47 37
Octal 322 74 336 5 111 0 15 450 107 67
Binary 11010010 111100 11011110 101 1001001 0 1101 100101000 1000111 110111

Color Harmonies of #D23CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CDE

Black with #D23CDE

Text Example


Text Example

White with #D23CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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