Html Css Color HEX #D23AFD Medium Orchid

📋 copy color: '#D23AFD'

red 210 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #D23AFD

Tints of Medium Orchid #D23AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 40.31%
G = 11.13%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D23AFD (or 0xD23AFD) is known color: Medium Orchid. HEX triplet: D2, 3A and FD. RGB value is (210,58,253). Sum of RGB (Red+Green+Blue) = 210+58+253=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D23AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AFD is #2DC502. Grayscale: #7D7D7D. Windows color (decimal): -2999555 or 16595666. OLE color: 16595666.

HSL color Cylindrical-coordinate representation of color #D23AFD: hue angle of 286.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23AFD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 58 253 -
CMYK 0.17 0.77 0 0.01
HSL 286.77º 0.98% 0.61% -
HSV(B) 286.77º 0.77% 0.99% -
XYZ 45.82 23.82 95.11 -
YUV 125.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 210 58 253 0.17 0.77 0 0.01 286.77 0.98 0.61
Hex D2 3A FD 11 4D 0 1 11F 62 3D
Octal 322 72 375 21 115 0 1 437 142 75
Binary 11010010 111010 11111101 10001 1001101 0 1 100011111 1100010 111101

Color Harmonies of #D23AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AFD

Black with #D23AFD

Text Example


Text Example

White with #D23AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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