Html Css Color HEX #D253EE Medium Orchid

📋 copy color: '#D253EE'

red 210 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #D253EE

Tints of Medium Orchid #D253EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.63%

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

R = 39.55%
G = 15.63%
B = 44.82%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D253EE (or 0xD253EE) is known color: Medium Orchid. HEX triplet: D2, 53 and EE. RGB value is (210,83,238). Sum of RGB (Red+Green+Blue) = 210+83+238=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #D253EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253EE is #2DAC11. Grayscale: #8A8A8A. Windows color (decimal): -2993170 or 15619026. OLE color: 15619026.

HSL color Cylindrical-coordinate representation of color #D253EE: hue angle of 289.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D253EE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 83 238 -
CMYK 0.12 0.65 0 0.07
HSL 289.16º 0.82% 0.63% -
HSV(B) 289.16º 0.65% 0.93% -
XYZ 45.1 26.06 83.54 -
YUV 138.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 210 83 238 0.12 0.65 0 0.07 289.16 0.82 0.63
Hex D2 53 EE C 41 0 7 121 52 3F
Octal 322 123 356 14 101 0 7 441 122 77
Binary 11010010 1010011 11101110 1100 1000001 0 111 100100001 1010010 111111

Color Harmonies of #D253EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253EE

Black with #D253EE

Text Example


Text Example

White with #D253EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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