Html Css Color HEX #D23BFF Medium Orchid

📋 copy color: '#D23BFF'

red 210 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #D23BFF

Tints of Medium Orchid #D23BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.26%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 40.08%
G = 11.26%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D23BFF (or 0xD23BFF) is known color: Medium Orchid. HEX triplet: D2, 3B and FF. RGB value is (210,59,255). Sum of RGB (Red+Green+Blue) = 210+59+255=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 59 (23.44% from 255 or 11.26% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D23BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BFF is #2DC400. Grayscale: #7D7D7D. Windows color (decimal): -2999297 or 16726994. OLE color: 16726994.

HSL color Cylindrical-coordinate representation of color #D23BFF: hue angle of 286.22º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23BFF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 59 255 -
CMYK 0.18 0.77 0 0
HSL 286.22º 1% 0.62% -
HSV(B) 286.22º 0.77% 1% -
XYZ 46.19 24.05 96.82 -
YUV 126.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 210 59 255 0.18 0.77 0 0 286.22 1 0.62
Hex D2 3B FF 12 4D 0 0 11E 64 3E
Octal 322 73 377 22 115 0 0 436 144 76
Binary 11010010 111011 11111111 10010 1001101 0 0 100011110 1100100 111110

Color Harmonies of #D23BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BFF

Black with #D23BFF

Text Example


Text Example

White with #D23BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BFF; }

 p { color: rgb(210,59,255); }

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

background-color css

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

 a { background-color: rgb(210,59,255); }

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

border-color css

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

 span { border-color: rgb(210,59,255); }

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