Html Css Color HEX #D23AEC Medium Orchid

📋 copy color: '#D23AEC'

red 210 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #D23AEC

Tints of Medium Orchid #D23AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 41.67%
G = 11.51%
B = 46.83%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D23AEC (or 0xD23AEC) is known color: Medium Orchid. HEX triplet: D2, 3A and EC. RGB value is (210,58,236). Sum of RGB (Red+Green+Blue) = 210+58+236=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #D23AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AEC is #2DC513. Grayscale: #7B7B7B. Windows color (decimal): -2999572 or 15481554. OLE color: 15481554.

HSL color Cylindrical-coordinate representation of color #D23AEC: hue angle of 291.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23AEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 58 236 -
CMYK 0.11 0.75 0 0.07
HSL 291.24º 0.82% 0.58% -
HSV(B) 291.24º 0.75% 0.93% -
XYZ 43.23 22.78 81.48 -
YUV 123.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 210 58 236 0.11 0.75 0 0.07 291.24 0.82 0.58
Hex D2 3A EC B 4B 0 7 123 52 3A
Octal 322 72 354 13 113 0 7 443 122 72
Binary 11010010 111010 11101100 1011 1001011 0 111 100100011 1010010 111010

Color Harmonies of #D23AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AEC

Black with #D23AEC

Text Example


Text Example

White with #D23AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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