Html Css Color HEX #D23AF5 Medium Orchid

📋 copy color: '#D23AF5'

red 210 ◦ green 58 ◦ blue 245

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

Shades of Medium Orchid #D23AF5

Tints of Medium Orchid #D23AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 40.94%
G = 11.31%
B = 47.76%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D23AF5 (or 0xD23AF5) is known color: Medium Orchid. HEX triplet: D2, 3A and F5. RGB value is (210,58,245). Sum of RGB (Red+Green+Blue) = 210+58+245=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #D23AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AF5 is #2DC50A. Grayscale: #7C7C7C. Windows color (decimal): -2999563 or 16071378. OLE color: 16071378.

HSL color Cylindrical-coordinate representation of color #D23AF5: hue angle of 288.77º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23AF5 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 58 245 -
CMYK 0.14 0.76 0 0.04
HSL 288.77º 0.9% 0.59% -
HSV(B) 288.77º 0.76% 0.96% -
XYZ 44.57 23.32 88.54 -
YUV 124.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 210 58 245 0.14 0.76 0 0.04 288.77 0.9 0.59
Hex D2 3A F5 E 4C 0 4 121 5A 3B
Octal 322 72 365 16 114 0 4 441 132 73
Binary 11010010 111010 11110101 1110 1001100 0 100 100100001 1011010 111011

Color Harmonies of #D23AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AF5

Black with #D23AF5

Text Example


Text Example

White with #D23AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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