Html Css Color HEX #D233DF Medium Orchid

📋 copy color: '#D233DF'

red 210 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #D233DF

Tints of Medium Orchid #D233DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.54%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 43.39%
G = 10.54%
B = 46.07%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D233DF (or 0xD233DF) is known color: Medium Orchid. HEX triplet: D2, 33 and DF. RGB value is (210,51,223). Sum of RGB (Red+Green+Blue) = 210+51+223=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #D233DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233DF is #2DCC20. Grayscale: #757575. Windows color (decimal): -3001377 or 14627794. OLE color: 14627794.

HSL color Cylindrical-coordinate representation of color #D233DF: hue angle of 295.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233DF is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 51 223 -
CMYK 0.06 0.77 0 0.13
HSL 295.47º 0.73% 0.54% -
HSV(B) 295.47º 0.77% 0.87% -
XYZ 41.08 21.4 71.78 -
YUV 118.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 210 51 223 0.06 0.77 0 0.13 295.47 0.73 0.54
Hex D2 33 DF 6 4D 0 D 127 49 36
Octal 322 63 337 6 115 0 15 447 111 66
Binary 11010010 110011 11011111 110 1001101 0 1101 100100111 1001001 110110

Color Harmonies of #D233DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233DF

Black with #D233DF

Text Example


Text Example

White with #D233DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233DF; }

 p { color: rgb(210,51,223); }

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

background-color css

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

 a { background-color: rgb(210,51,223); }

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

border-color css

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

 span { border-color: rgb(210,51,223); }

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