Html Css Color HEX #D155EA Medium Orchid

📋 copy color: '#D155EA'

red 209 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #D155EA

Tints of Medium Orchid #D155EA

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

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

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

R = 39.58%
G = 16.1%
B = 44.32%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D155EA (or 0xD155EA) is known color: Medium Orchid. HEX triplet: D1, 55 and EA. RGB value is (209,85,234). Sum of RGB (Red+Green+Blue) = 209+85+234=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #D155EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155EA is #2EAA15. Grayscale: #8A8A8A. Windows color (decimal): -3058198 or 15357393. OLE color: 15357393.

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

Color convert

RGB 209 85 234 -
CMYK 0.11 0.64 0 0.08
HSL 289.93º 0.78% 0.63% -
HSV(B) 289.93º 0.64% 0.92% -
XYZ 44.39 25.99 80.52 -
YUV 139.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 209 85 234 0.11 0.64 0 0.08 289.93 0.78 0.63
Hex D1 55 EA B 40 0 8 122 4E 3F
Octal 321 125 352 13 100 0 10 442 116 77
Binary 11010001 1010101 11101010 1011 1000000 0 1000 100100010 1001110 111111

Color Harmonies of #D155EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155EA

Black with #D155EA

Text Example


Text Example

White with #D155EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155EA; }

 p { color: rgb(209,85,234); }

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

background-color css

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

 a { background-color: rgb(209,85,234); }

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

border-color css

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

 span { border-color: rgb(209,85,234); }

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