Html Css Color HEX #D23FEF Medium Orchid

📋 copy color: '#D23FEF'

red 210 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #D23FEF

Tints of Medium Orchid #D23FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 41.02%
G = 12.3%
B = 46.68%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D23FEF (or 0xD23FEF) is known color: Medium Orchid. HEX triplet: D2, 3F and EF. RGB value is (210,63,239). Sum of RGB (Red+Green+Blue) = 210+63+239=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FEF is #2DC010. Grayscale: #7E7E7E. Windows color (decimal): -2998289 or 15679442. OLE color: 15679442.

HSL color Cylindrical-coordinate representation of color #D23FEF: hue angle of 290.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23FEF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 63 239 -
CMYK 0.12 0.74 0 0.06
HSL 290.11º 0.85% 0.59% -
HSV(B) 290.11º 0.74% 0.94% -
XYZ 43.94 23.49 83.88 -
YUV 127.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 210 63 239 0.12 0.74 0 0.06 290.11 0.85 0.59
Hex D2 3F EF C 4A 0 6 122 55 3B
Octal 322 77 357 14 112 0 6 442 125 73
Binary 11010010 111111 11101111 1100 1001010 0 110 100100010 1010101 111011

Color Harmonies of #D23FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FEF

Black with #D23FEF

Text Example


Text Example

White with #D23FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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