Html Css Color HEX #D233E1 Medium Orchid

📋 copy color: '#D233E1'

red 210 ◦ green 51 ◦ blue 225

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

Shades of Medium Orchid #D233E1

Tints of Medium Orchid #D233E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 43.21%
G = 10.49%
B = 46.3%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D233E1 (or 0xD233E1) is known color: Medium Orchid. HEX triplet: D2, 33 and E1. RGB value is (210,51,225). Sum of RGB (Red+Green+Blue) = 210+51+225=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #D233E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233E1 is #2DCC1E. Grayscale: #757575. Windows color (decimal): -3001375 or 14758866. OLE color: 14758866.

HSL color Cylindrical-coordinate representation of color #D233E1: hue angle of 294.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233E1 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 51 225 -
CMYK 0.07 0.77 0 0.12
HSL 294.83º 0.74% 0.54% -
HSV(B) 294.83º 0.77% 0.88% -
XYZ 41.35 21.51 73.21 -
YUV 118.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 210 51 225 0.07 0.77 0 0.12 294.83 0.74 0.54
Hex D2 33 E1 7 4D 0 C 127 4A 36
Octal 322 63 341 7 115 0 14 447 112 66
Binary 11010010 110011 11100001 111 1001101 0 1100 100100111 1001010 110110

Color Harmonies of #D233E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233E1

Black with #D233E1

Text Example


Text Example

White with #D233E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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