Html Css Color HEX #D14BEE Medium Orchid

📋 copy color: '#D14BEE'

red 209 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #D14BEE

Tints of Medium Orchid #D14BEE

RGB

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

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

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

R = 40.04%
G = 14.37%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14BEE (or 0xD14BEE) is known color: Medium Orchid. HEX triplet: D1, 4B and EE. RGB value is (209,75,238). Sum of RGB (Red+Green+Blue) = 209+75+238=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #D14BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BEE is #2EB411. Grayscale: #858585. Windows color (decimal): -3060754 or 15616977. OLE color: 15616977.

HSL color Cylindrical-coordinate representation of color #D14BEE: hue angle of 289.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14BEE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 75 238 -
CMYK 0.12 0.68 0 0.07
HSL 289.33º 0.83% 0.61% -
HSV(B) 289.33º 0.68% 0.93% -
XYZ 44.24 24.76 83.34 -
YUV 133.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 209 75 238 0.12 0.68 0 0.07 289.33 0.83 0.61
Hex D1 4B EE C 44 0 7 121 53 3D
Octal 321 113 356 14 104 0 7 441 123 75
Binary 11010001 1001011 11101110 1100 1000100 0 111 100100001 1010011 111101

Color Harmonies of #D14BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BEE

Black with #D14BEE

Text Example


Text Example

White with #D14BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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