Html Css Color HEX #D23DFA Medium Orchid

📋 copy color: '#D23DFA'

red 210 ◦ green 61 ◦ blue 250

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

Shades of Medium Orchid #D23DFA

Tints of Medium Orchid #D23DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.71%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 40.31%
G = 11.71%
B = 47.98%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D23DFA (or 0xD23DFA) is known color: Medium Orchid. HEX triplet: D2, 3D and FA. RGB value is (210,61,250). Sum of RGB (Red+Green+Blue) = 210+61+250=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D23DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DFA is #2DC205. Grayscale: #7E7E7E. Windows color (decimal): -2998790 or 16399826. OLE color: 16399826.

HSL color Cylindrical-coordinate representation of color #D23DFA: hue angle of 287.3º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23DFA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 61 250 -
CMYK 0.16 0.76 0 0.02
HSL 287.3º 0.95% 0.61% -
HSV(B) 287.3º 0.76% 0.98% -
XYZ 45.5 23.94 92.67 -
YUV 127.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 210 61 250 0.16 0.76 0 0.02 287.3 0.95 0.61
Hex D2 3D FA 10 4C 0 2 11F 5F 3D
Octal 322 75 372 20 114 0 2 437 137 75
Binary 11010010 111101 11111010 10000 1001100 0 10 100011111 1011111 111101

Color Harmonies of #D23DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DFA

Black with #D23DFA

Text Example


Text Example

White with #D23DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DFA; }

 p { color: rgb(210,61,250); }

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

background-color css

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

 a { background-color: rgb(210,61,250); }

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

border-color css

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

 span { border-color: rgb(210,61,250); }

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