Html Css Color HEX #D051EA Medium Orchid

📋 copy color: '#D051EA'

red 208 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #D051EA

Tints of Medium Orchid #D051EA

RGB

 RED value IS 208 (81.64% from 255) = 39.77%

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 39.77%
G = 15.49%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D051EA (or 0xD051EA) is known color: Medium Orchid. HEX triplet: D0, 51 and EA. RGB value is (208,81,234). Sum of RGB (Red+Green+Blue) = 208+81+234=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #D051EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051EA is #2FAE15. Grayscale: #878787. Windows color (decimal): -3124758 or 15356368. OLE color: 15356368.

HSL color Cylindrical-coordinate representation of color #D051EA: hue angle of 289.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D051EA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 81 234 -
CMYK 0.11 0.65 0 0.08
HSL 289.8º 0.78% 0.62% -
HSV(B) 289.8º 0.65% 0.92% -
XYZ 43.81 25.24 80.4 -
YUV 136.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 208 81 234 0.11 0.65 0 0.08 289.8 0.78 0.62
Hex D0 51 EA B 41 0 8 122 4E 3E
Octal 320 121 352 13 101 0 10 442 116 76
Binary 11010000 1010001 11101010 1011 1000001 0 1000 100100010 1001110 111110

Color Harmonies of #D051EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051EA

Black with #D051EA

Text Example


Text Example

White with #D051EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051EA; }

 p { color: rgb(208,81,234); }

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

background-color css

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

 a { background-color: rgb(208,81,234); }

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

border-color css

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

 span { border-color: rgb(208,81,234); }

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