Html Css Color HEX #D23FE4 Medium Orchid

📋 copy color: '#D23FE4'

red 210 ◦ green 63 ◦ blue 228

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

Shades of Medium Orchid #D23FE4

Tints of Medium Orchid #D23FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 41.92%
G = 12.57%
B = 45.51%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D23FE4 (or 0xD23FE4) is known color: Medium Orchid. HEX triplet: D2, 3F and E4. RGB value is (210,63,228). Sum of RGB (Red+Green+Blue) = 210+63+228=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #D23FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FE4 is #2DC01B. Grayscale: #7D7D7D. Windows color (decimal): -2998300 or 14958546. OLE color: 14958546.

HSL color Cylindrical-coordinate representation of color #D23FE4: hue angle of 293.45º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23FE4 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 63 228 -
CMYK 0.08 0.72 0 0.11
HSL 293.45º 0.75% 0.57% -
HSV(B) 293.45º 0.72% 0.89% -
XYZ 42.36 22.86 75.58 -
YUV 125.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 210 63 228 0.08 0.72 0 0.11 293.45 0.75 0.57
Hex D2 3F E4 8 48 0 B 125 4B 39
Octal 322 77 344 10 110 0 13 445 113 71
Binary 11010010 111111 11100100 1000 1001000 0 1011 100100101 1001011 111001

Color Harmonies of #D23FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FE4

Black with #D23FE4

Text Example


Text Example

White with #D23FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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