Html Css Color HEX #D13BE7 Medium Orchid

📋 copy color: '#D13BE7'

red 209 ◦ green 59 ◦ blue 231

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

Shades of Medium Orchid #D13BE7

Tints of Medium Orchid #D13BE7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.82%

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 41.88%
G = 11.82%
B = 46.29%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D13BE7 (or 0xD13BE7) is known color: Medium Orchid. HEX triplet: D1, 3B and E7. RGB value is (209,59,231). Sum of RGB (Red+Green+Blue) = 209+59+231=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #D13BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BE7 is #2EC418. Grayscale: #7A7A7A. Windows color (decimal): -3064857 or 15154129. OLE color: 15154129.

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

Color convert

RGB 209 59 231 -
CMYK 0.10 0.74 0 0.09
HSL 292.33º 0.78% 0.57% -
HSV(B) 292.33º 0.74% 0.91% -
XYZ 42.28 22.45 77.71 -
YUV 123.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 209 59 231 0.10 0.74 0 0.09 292.33 0.78 0.57
Hex D1 3B E7 A 4A 0 9 124 4E 39
Octal 321 73 347 12 112 0 11 444 116 71
Binary 11010001 111011 11100111 1010 1001010 0 1001 100100100 1001110 111001

Color Harmonies of #D13BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BE7

Black with #D13BE7

Text Example


Text Example

White with #D13BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BE7; }

 p { color: rgb(209,59,231); }

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

background-color css

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

 a { background-color: rgb(209,59,231); }

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

border-color css

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

 span { border-color: rgb(209,59,231); }

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