Html Css Color HEX #D23BF2 Medium Orchid

📋 copy color: '#D23BF2'

red 210 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #D23BF2

Tints of Medium Orchid #D23BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 41.1%
G = 11.55%
B = 47.36%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D23BF2 (or 0xD23BF2) is known color: Medium Orchid. HEX triplet: D2, 3B and F2. RGB value is (210,59,242). Sum of RGB (Red+Green+Blue) = 210+59+242=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D23BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BF2 is #2DC40D. Grayscale: #7C7C7C. Windows color (decimal): -2999310 or 15875026. OLE color: 15875026.

HSL color Cylindrical-coordinate representation of color #D23BF2: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23BF2 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 59 242 -
CMYK 0.13 0.76 0 0.05
HSL 289.51º 0.88% 0.59% -
HSV(B) 289.51º 0.76% 0.95% -
XYZ 44.17 23.24 86.16 -
YUV 125.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 210 59 242 0.13 0.76 0 0.05 289.51 0.88 0.59
Hex D2 3B F2 D 4C 0 5 122 58 3B
Octal 322 73 362 15 114 0 5 442 130 73
Binary 11010010 111011 11110010 1101 1001100 0 101 100100010 1011000 111011

Color Harmonies of #D23BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23BF2

Black with #D23BF2

Text Example


Text Example

White with #D23BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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