Html Css Color HEX #D23AEF Medium Orchid

📋 copy color: '#D23AEF'

red 210 ◦ green 58 ◦ blue 239

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

Shades of Medium Orchid #D23AEF

Tints of Medium Orchid #D23AEF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.44%

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

R = 41.42%
G = 11.44%
B = 47.14%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D23AEF (or 0xD23AEF) is known color: Medium Orchid. HEX triplet: D2, 3A and EF. RGB value is (210,58,239). Sum of RGB (Red+Green+Blue) = 210+58+239=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AEF is #2DC510. Grayscale: #7B7B7B. Windows color (decimal): -2999569 or 15678162. OLE color: 15678162.

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

Color convert

RGB 210 58 239 -
CMYK 0.12 0.76 0 0.06
HSL 290.39º 0.85% 0.58% -
HSV(B) 290.39º 0.76% 0.94% -
XYZ 43.67 22.96 83.79 -
YUV 124.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 210 58 239 0.12 0.76 0 0.06 290.39 0.85 0.58
Hex D2 3A EF C 4C 0 6 122 55 3A
Octal 322 72 357 14 114 0 6 442 125 72
Binary 11010010 111010 11101111 1100 1001100 0 110 100100010 1010101 111010

Color Harmonies of #D23AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AEF

Black with #D23AEF

Text Example


Text Example

White with #D23AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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