Html Css Color HEX #D235ED Medium Orchid

📋 copy color: '#D235ED'

red 210 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #D235ED

Tints of Medium Orchid #D235ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.6%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 42%
G = 10.6%
B = 47.4%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D235ED (or 0xD235ED) is known color: Medium Orchid. HEX triplet: D2, 35 and ED. RGB value is (210,53,237). Sum of RGB (Red+Green+Blue) = 210+53+237=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D235ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235ED is #2DCA12. Grayscale: #787878. Windows color (decimal): -3000851 or 15545810. OLE color: 15545810.

HSL color Cylindrical-coordinate representation of color #D235ED: hue angle of 291.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D235ED is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 53 237 -
CMYK 0.11 0.78 0 0.07
HSL 291.2º 0.84% 0.57% -
HSV(B) 291.2º 0.78% 0.93% -
XYZ 43.14 22.36 82.16 -
YUV 120.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 210 53 237 0.11 0.78 0 0.07 291.2 0.84 0.57
Hex D2 35 ED B 4E 0 7 123 54 39
Octal 322 65 355 13 116 0 7 443 124 71
Binary 11010010 110101 11101101 1011 1001110 0 111 100100011 1010100 111001

Color Harmonies of #D235ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235ED

Black with #D235ED

Text Example


Text Example

White with #D235ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235ED; }

 p { color: rgb(210,53,237); }

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

background-color css

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

 a { background-color: rgb(210,53,237); }

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

border-color css

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

 span { border-color: rgb(210,53,237); }

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