Html Css Color HEX #D23CFB Medium Orchid

📋 copy color: '#D23CFB'

red 210 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #D23CFB

Tints of Medium Orchid #D23CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.52%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 40.31%
G = 11.52%
B = 48.18%

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

#D23CFB (or 0xD23CFB) is known color: Medium Orchid. HEX triplet: D2, 3C and FB. RGB value is (210,60,251). Sum of RGB (Red+Green+Blue) = 210+60+251=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #D23CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CFB is #2DC304. Grayscale: #7E7E7E. Windows color (decimal): -2999045 or 16465106. OLE color: 16465106.

HSL color Cylindrical-coordinate representation of color #D23CFB: hue angle of 287.12º degrees, saturation: 0.96, 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 #D23CFB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 60 251 -
CMYK 0.16 0.76 0 0.02
HSL 287.12º 0.96% 0.61% -
HSV(B) 287.12º 0.76% 0.98% -
XYZ 45.61 23.9 93.48 -
YUV 126.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 210 60 251 0.16 0.76 0 0.02 287.12 0.96 0.61
Hex D2 3C FB 10 4C 0 2 11F 60 3D
Octal 322 74 373 20 114 0 2 437 140 75
Binary 11010010 111100 11111011 10000 1001100 0 10 100011111 1100000 111101

Color Harmonies of #D23CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CFB

Black with #D23CFB

Text Example


Text Example

White with #D23CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CFB; }

 p { color: rgb(210,60,251); }

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

background-color css

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

 a { background-color: rgb(210,60,251); }

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

border-color css

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

 span { border-color: rgb(210,60,251); }

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