Html Css Color HEX #D251EE Medium Orchid

📋 copy color: '#D251EE'

red 210 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #D251EE

Tints of Medium Orchid #D251EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.31%

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

R = 39.7%
G = 15.31%
B = 44.99%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D251EE (or 0xD251EE) is known color: Medium Orchid. HEX triplet: D2, 51 and EE. RGB value is (210,81,238). Sum of RGB (Red+Green+Blue) = 210+81+238=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #D251EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251EE is #2DAE11. Grayscale: #888888. Windows color (decimal): -2993682 or 15618514. OLE color: 15618514.

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

Color convert

RGB 210 81 238 -
CMYK 0.12 0.66 0 0.07
HSL 289.3º 0.82% 0.63% -
HSV(B) 289.3º 0.66% 0.93% -
XYZ 44.95 25.76 83.49 -
YUV 137.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 210 81 238 0.12 0.66 0 0.07 289.3 0.82 0.63
Hex D2 51 EE C 42 0 7 121 52 3F
Octal 322 121 356 14 102 0 7 441 122 77
Binary 11010010 1010001 11101110 1100 1000010 0 111 100100001 1010010 111111

Color Harmonies of #D251EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251EE

Black with #D251EE

Text Example


Text Example

White with #D251EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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