Html Css Color HEX #D235EE Medium Orchid

📋 copy color: '#D235EE'

red 210 ◦ green 53 ◦ blue 238

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

Shades of Medium Orchid #D235EE

Tints of Medium Orchid #D235EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 41.92%
G = 10.58%
B = 47.5%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D235EE (or 0xD235EE) is known color: Medium Orchid. HEX triplet: D2, 35 and EE. RGB value is (210,53,238). Sum of RGB (Red+Green+Blue) = 210+53+238=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D235EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235EE is #2DCA11. Grayscale: #787878. Windows color (decimal): -3000850 or 15611346. OLE color: 15611346.

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

Color convert

RGB 210 53 238 -
CMYK 0.12 0.78 0 0.07
HSL 290.92º 0.84% 0.57% -
HSV(B) 290.92º 0.78% 0.93% -
XYZ 43.28 22.42 82.94 -
YUV 121.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 210 53 238 0.12 0.78 0 0.07 290.92 0.84 0.57
Hex D2 35 EE C 4E 0 7 123 54 39
Octal 322 65 356 14 116 0 7 443 124 71
Binary 11010010 110101 11101110 1100 1001110 0 111 100100011 1010100 111001

Color Harmonies of #D235EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235EE

Black with #D235EE

Text Example


Text Example

White with #D235EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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