Html Css Color HEX #D235EC Medium Orchid

📋 copy color: '#D235EC'

red 210 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #D235EC

Tints of Medium Orchid #D235EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 42.08%
G = 10.62%
B = 47.29%

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

#D235EC (or 0xD235EC) is known color: Medium Orchid. HEX triplet: D2, 35 and EC. RGB value is (210,53,236). Sum of RGB (Red+Green+Blue) = 210+53+236=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D235EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235EC is #2DCA13. Grayscale: #787878. Windows color (decimal): -3000852 or 15480274. OLE color: 15480274.

HSL color Cylindrical-coordinate representation of color #D235EC: hue angle of 291.48º degrees, saturation: 0.83, 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 #D235EC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 53 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.48º 0.83% 0.57% -
HSV(B) 291.48º 0.78% 0.93% -
XYZ 42.99 22.3 81.4 -
YUV 120.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 210 53 236 0.11 0.78 0 0.07 291.48 0.83 0.57
Hex D2 35 EC B 4E 0 7 123 53 39
Octal 322 65 354 13 116 0 7 443 123 71
Binary 11010010 110101 11101100 1011 1001110 0 111 100100011 1010011 111001

Color Harmonies of #D235EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235EC

Black with #D235EC

Text Example


Text Example

White with #D235EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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