Html Css Color HEX #D23FDF Medium Orchid

📋 copy color: '#D23FDF'

red 210 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #D23FDF

Tints of Medium Orchid #D23FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.7%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 42.34%
G = 12.7%
B = 44.96%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D23FDF (or 0xD23FDF) is known color: Medium Orchid. HEX triplet: D2, 3F and DF. RGB value is (210,63,223). Sum of RGB (Red+Green+Blue) = 210+63+223=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #D23FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FDF is #2DC020. Grayscale: #7C7C7C. Windows color (decimal): -2998305 or 14630866. OLE color: 14630866.

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

Color convert

RGB 210 63 223 -
CMYK 0.06 0.72 0 0.13
HSL 295.13º 0.71% 0.56% -
HSV(B) 295.13º 0.72% 0.87% -
XYZ 41.68 22.58 71.97 -
YUV 125.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 210 63 223 0.06 0.72 0 0.13 295.13 0.71 0.56
Hex D2 3F DF 6 48 0 D 127 47 38
Octal 322 77 337 6 110 0 15 447 107 70
Binary 11010010 111111 11011111 110 1001000 0 1101 100100111 1000111 111000

Color Harmonies of #D23FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FDF

Black with #D23FDF

Text Example


Text Example

White with #D23FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FDF; }

 p { color: rgb(210,63,223); }

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

background-color css

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

 a { background-color: rgb(210,63,223); }

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

border-color css

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

 span { border-color: rgb(210,63,223); }

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