Html Css Color HEX #D14CEC Medium Orchid

📋 copy color: '#D14CEC'

red 209 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #D14CEC

Tints of Medium Orchid #D14CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 40.12%
G = 14.59%
B = 45.3%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14CEC (or 0xD14CEC) is known color: Medium Orchid. HEX triplet: D1, 4C and EC. RGB value is (209,76,236). Sum of RGB (Red+Green+Blue) = 209+76+236=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CEC is #2EB313. Grayscale: #858585. Windows color (decimal): -3060500 or 15486161. OLE color: 15486161.

HSL color Cylindrical-coordinate representation of color #D14CEC: hue angle of 289.88º degrees, saturation: 0.81, 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 #D14CEC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 76 236 -
CMYK 0.11 0.68 0 0.07
HSL 289.88º 0.81% 0.61% -
HSV(B) 289.88º 0.68% 0.93% -
XYZ 44.02 24.78 81.82 -
YUV 134.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 209 76 236 0.11 0.68 0 0.07 289.88 0.81 0.61
Hex D1 4C EC B 44 0 7 122 51 3D
Octal 321 114 354 13 104 0 7 442 121 75
Binary 11010001 1001100 11101100 1011 1000100 0 111 100100010 1010001 111101

Color Harmonies of #D14CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CEC

Black with #D14CEC

Text Example


Text Example

White with #D14CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CEC; }

 p { color: rgb(209,76,236); }

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

background-color css

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

 a { background-color: rgb(209,76,236); }

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

border-color css

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

 span { border-color: rgb(209,76,236); }

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