Html Css Color HEX #D14BEB Medium Orchid

📋 copy color: '#D14BEB'

red 209 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #D14BEB

Tints of Medium Orchid #D14BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 40.27%
G = 14.45%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D14BEB (or 0xD14BEB) is known color: Medium Orchid. HEX triplet: D1, 4B and EB. RGB value is (209,75,235). Sum of RGB (Red+Green+Blue) = 209+75+235=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #D14BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BEB is #2EB414. Grayscale: #848484. Windows color (decimal): -3060757 or 15420369. OLE color: 15420369.

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

Color convert

RGB 209 75 235 -
CMYK 0.11 0.68 0 0.08
HSL 290.25º 0.8% 0.61% -
HSV(B) 290.25º 0.68% 0.92% -
XYZ 43.81 24.59 81.03 -
YUV 133.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 209 75 235 0.11 0.68 0 0.08 290.25 0.8 0.61
Hex D1 4B EB B 44 0 8 122 50 3D
Octal 321 113 353 13 104 0 10 442 120 75
Binary 11010001 1001011 11101011 1011 1000100 0 1000 100100010 1010000 111101

Color Harmonies of #D14BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BEB

Black with #D14BEB

Text Example


Text Example

White with #D14BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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