Html Css Color HEX #D14BE9 Medium Orchid

📋 copy color: '#D14BE9'

red 209 ◦ green 75 ◦ blue 233

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

Shades of Medium Orchid #D14BE9

Tints of Medium Orchid #D14BE9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 40.43%
G = 14.51%
B = 45.07%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D14BE9 (or 0xD14BE9) is known color: Medium Orchid. HEX triplet: D1, 4B and E9. RGB value is (209,75,233). Sum of RGB (Red+Green+Blue) = 209+75+233=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #D14BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BE9 is #2EB416. Grayscale: #848484. Windows color (decimal): -3060759 or 15289297. OLE color: 15289297.

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

Color convert

RGB 209 75 233 -
CMYK 0.10 0.68 0 0.09
HSL 290.89º 0.78% 0.6% -
HSV(B) 290.89º 0.68% 0.91% -
XYZ 43.52 24.47 79.52 -
YUV 133.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 209 75 233 0.10 0.68 0 0.09 290.89 0.78 0.6
Hex D1 4B E9 A 44 0 9 123 4E 3C
Octal 321 113 351 12 104 0 11 443 116 74
Binary 11010001 1001011 11101001 1010 1000100 0 1001 100100011 1001110 111100

Color Harmonies of #D14BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BE9

Black with #D14BE9

Text Example


Text Example

White with #D14BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BE9; }

 p { color: rgb(209,75,233); }

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

background-color css

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

 a { background-color: rgb(209,75,233); }

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

border-color css

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

 span { border-color: rgb(209,75,233); }

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