Html Css Color HEX #D23FEB Medium Orchid

📋 copy color: '#D23FEB'

red 210 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #D23FEB

Tints of Medium Orchid #D23FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 41.34%
G = 12.4%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D23FEB (or 0xD23FEB) is known color: Medium Orchid. HEX triplet: D2, 3F and EB. RGB value is (210,63,235). Sum of RGB (Red+Green+Blue) = 210+63+235=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #D23FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FEB is #2DC014. Grayscale: #7E7E7E. Windows color (decimal): -2998293 or 15417298. OLE color: 15417298.

HSL color Cylindrical-coordinate representation of color #D23FEB: hue angle of 291.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23FEB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 63 235 -
CMYK 0.11 0.73 0 0.08
HSL 291.28º 0.81% 0.58% -
HSV(B) 291.28º 0.73% 0.92% -
XYZ 43.35 23.25 80.8 -
YUV 126.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 210 63 235 0.11 0.73 0 0.08 291.28 0.81 0.58
Hex D2 3F EB B 49 0 8 123 51 3A
Octal 322 77 353 13 111 0 10 443 121 72
Binary 11010010 111111 11101011 1011 1001001 0 1000 100100011 1010001 111010

Color Harmonies of #D23FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FEB

Black with #D23FEB

Text Example


Text Example

White with #D23FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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