Html Css Color HEX #D233EB Medium Orchid

📋 copy color: '#D233EB'

red 210 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #D233EB

Tints of Medium Orchid #D233EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 42.34%
G = 10.28%
B = 47.38%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D233EB (or 0xD233EB) is known color: Medium Orchid. HEX triplet: D2, 33 and EB. RGB value is (210,51,235). Sum of RGB (Red+Green+Blue) = 210+51+235=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #D233EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D233EB is #2DCC14. Grayscale: #767676. Windows color (decimal): -3001365 or 15414226. OLE color: 15414226.

HSL color Cylindrical-coordinate representation of color #D233EB: hue angle of 291.85º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D233EB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 51 235 -
CMYK 0.11 0.78 0 0.08
HSL 291.85º 0.82% 0.56% -
HSV(B) 291.85º 0.78% 0.92% -
XYZ 42.76 22.07 80.6 -
YUV 119.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 210 51 235 0.11 0.78 0 0.08 291.85 0.82 0.56
Hex D2 33 EB B 4E 0 8 124 52 38
Octal 322 63 353 13 116 0 10 444 122 70
Binary 11010010 110011 11101011 1011 1001110 0 1000 100100100 1010010 111000

Color Harmonies of #D233EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233EB

Black with #D233EB

Text Example


Text Example

White with #D233EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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