Html Css Color HEX #D155E6 Medium Orchid

📋 copy color: '#D155E6'

red 209 ◦ green 85 ◦ blue 230

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

Shades of Medium Orchid #D155E6

Tints of Medium Orchid #D155E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 39.89%
G = 16.22%
B = 43.89%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D155E6 (or 0xD155E6) is known color: Medium Orchid. HEX triplet: D1, 55 and E6. RGB value is (209,85,230). Sum of RGB (Red+Green+Blue) = 209+85+230=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #D155E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155E6 is #2EAA19. Grayscale: #8A8A8A. Windows color (decimal): -3058202 or 15095249. OLE color: 15095249.

HSL color Cylindrical-coordinate representation of color #D155E6: hue angle of 291.31º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D155E6 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 85 230 -
CMYK 0.09 0.63 0 0.10
HSL 291.31º 0.74% 0.62% -
HSV(B) 291.31º 0.63% 0.9% -
XYZ 43.83 25.77 77.53 -
YUV 138.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 209 85 230 0.09 0.63 0 0.10 291.31 0.74 0.62
Hex D1 55 E6 9 3F 0 A 123 4A 3E
Octal 321 125 346 11 77 0 12 443 112 76
Binary 11010001 1010101 11100110 1001 111111 0 1010 100100011 1001010 111110

Color Harmonies of #D155E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155E6

Black with #D155E6

Text Example


Text Example

White with #D155E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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