Html Css Color HEX #D055EE Medium Orchid

📋 copy color: '#D055EE'

red 208 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #D055EE

Tints of Medium Orchid #D055EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

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

R = 39.17%
G = 16.01%
B = 44.82%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D055EE (or 0xD055EE) is known color: Medium Orchid. HEX triplet: D0, 55 and EE. RGB value is (208,85,238). Sum of RGB (Red+Green+Blue) = 208+85+238=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 85 (33.59% from 255 or 16.01% 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 #D055EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055EE is #2FAA11. Grayscale: #8A8A8A. Windows color (decimal): -3123730 or 15619536. OLE color: 15619536.

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

Color convert

RGB 208 85 238 -
CMYK 0.13 0.64 0 0.07
HSL 288.24º 0.82% 0.63% -
HSV(B) 288.24º 0.64% 0.93% -
XYZ 44.69 26.08 83.57 -
YUV 139.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 208 85 238 0.13 0.64 0 0.07 288.24 0.82 0.63
Hex D0 55 EE D 40 0 7 120 52 3F
Octal 320 125 356 15 100 0 7 440 122 77
Binary 11010000 1010101 11101110 1101 1000000 0 111 100100000 1010010 111111

Color Harmonies of #D055EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055EE

Black with #D055EE

Text Example


Text Example

White with #D055EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055EE; }

 p { color: rgb(208,85,238); }

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

background-color css

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

 a { background-color: rgb(208,85,238); }

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

border-color css

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

 span { border-color: rgb(208,85,238); }

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