Html Css Color HEX #D238EB Medium Orchid

📋 copy color: '#D238EB'

red 210 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #D238EB

Tints of Medium Orchid #D238EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.18%

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

R = 41.92%
G = 11.18%
B = 46.91%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D238EB (or 0xD238EB) is known color: Medium Orchid. HEX triplet: D2, 38 and EB. RGB value is (210,56,235). Sum of RGB (Red+Green+Blue) = 210+56+235=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #D238EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238EB is #2DC714. Grayscale: #797979. Windows color (decimal): -3000085 or 15415506. OLE color: 15415506.

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

Color convert

RGB 210 56 235 -
CMYK 0.11 0.76 0 0.08
HSL 291.62º 0.82% 0.57% -
HSV(B) 291.62º 0.76% 0.92% -
XYZ 42.99 22.53 80.68 -
YUV 122.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 210 56 235 0.11 0.76 0 0.08 291.62 0.82 0.57
Hex D2 38 EB B 4C 0 8 124 52 39
Octal 322 70 353 13 114 0 10 444 122 71
Binary 11010010 111000 11101011 1011 1001100 0 1000 100100100 1010010 111001

Color Harmonies of #D238EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238EB

Black with #D238EB

Text Example


Text Example

White with #D238EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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