Html Css Color HEX #D232EB Medium Orchid

📋 copy color: '#D232EB'

red 210 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #D232EB

Tints of Medium Orchid #D232EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.1%

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

R = 42.42%
G = 10.1%
B = 47.47%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D232EB (or 0xD232EB) is known color: Medium Orchid. HEX triplet: D2, 32 and EB. RGB value is (210,50,235). Sum of RGB (Red+Green+Blue) = 210+50+235=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #D232EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232EB is #2DCD14. Grayscale: #767676. Windows color (decimal): -3001621 or 15413970. OLE color: 15413970.

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

Color convert

RGB 210 50 235 -
CMYK 0.11 0.79 0 0.08
HSL 291.89º 0.82% 0.56% -
HSV(B) 291.89º 0.79% 0.92% -
XYZ 42.71 21.98 80.59 -
YUV 118.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 210 50 235 0.11 0.79 0 0.08 291.89 0.82 0.56
Hex D2 32 EB B 4F 0 8 124 52 38
Octal 322 62 353 13 117 0 10 444 122 70
Binary 11010010 110010 11101011 1011 1001111 0 1000 100100100 1010010 111000

Color Harmonies of #D232EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232EB

Black with #D232EB

Text Example


Text Example

White with #D232EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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